-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for svkbd (on-screen keyboard) #1471
Comments
The {left,top,right,botton}_padding settings. In the manual page under Monitor and Desktop Settings subsection. |
I did know that. Can I prevent svbkd to take focus? |
If you have set the padding, then not sure why it is covering other windows. You mention docking, but that is something that I have never known bspwm to handle. As far as focus, that should be able to be handled with 'focus=off' in a rule, perhaps also appropriate might be 'manage=off'. Perhaps I'm wrong and perhaps you've already tried some of these. I'll mess around with svbkd to see if I can reproduce. Will report back findings. |
Sorry I meant to write Using |
Sounds like you are making progress with your setup. If it's still not quite what you need, maybe we can come up with a solution that works for what you need. I was going to play around with svkbd this morning, but will defer that unless you say it's still not working, since I have no need for OSK at this time, though I might later if I get a pine or purism phone (was thinking of getting one this winter, but depends on cash flow). |
Is it possible to make a rule, maybe an external one, that add/remove padding when svkbd is active? |
Using external rule for this seems like the way to go. I haven't messed around with my setup much lately, so my bspwm rule-fu is a bit rusty, but will do some playing around with it in the morning so I don't give you bad help if you need any. Edit:
A caveat with 'manage=off': because svkbd window it is no longer managed by the window manager, svkbd will end up on all desktops. Not sure if this what you really want or not. Also, automating the revert of the padding seems a bit more complicated than I thought. |
I was not sure to how get the height.
Having it on all desktops is good. Sometimes when there is one window it has the focus border but it has the colors of inactive window. I've been using this: |
@jvvv If you edit a message I do not get the notification (after the first one) so I did not see it before. |
On bspwm svkbd is not docked well in the bottom:
it takes focus, it has the border and overlaps other windows (bspwm does not allocate the space).
While on dwm with the patch it works nice.
Like on sxmo.
The text was updated successfully, but these errors were encountered: