diff options
Diffstat (limited to '.config/bspwm/bspwmrc')
| -rwxr-xr-x | .config/bspwm/bspwmrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 7c532f4..4f94f34 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -71,6 +71,9 @@ bspc rule -a scratchpad sticky=on state=floating # Heads Up Display (scratchpad) bspc rule -a Heads-Up-Display sticky=on state=floating rectangle=360x160+990+40 +# Virtual keyboard +bspc rule -a Onboard sticky=on state=floating rectangle=700x205+480-89 + [ "$1" = 0 ] && { nm-applet & plank & |
