Sunday, February 02, 2025

Re: Small On-Screeen Keyboard for OpenBSD

On Sun, Feb 02, 2025 at 10:51:33AM -0300, Fabio Martins wrote:

>
> Is there a programmatic way (command line) to keep it always on
> top of other apps

depends on your window manager. I use fvwm3, and it is as simple
as adding this to ~/.fvwm/config:

Style "xvkbd" NeverFocus, StaysOnTop

> and choose the size of the xvkbd window?

xvkbd -geometry <width>x<height>

it's also worth to take a look at its manual page. xvkbd is very
customizable.

No comments:

Post a Comment