Update 2024-01-22 14:47 OpenBSD/amd64-x13
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
# start hotkey daemon
|
||||
pgrep -q sxhkd || sxhkd -c $HOME/.config/bspwm/sxhkdrc &
|
||||
pgrep -qf bspswallow || bspswallow &
|
||||
|
||||
# we're fancy now.
|
||||
# hsetroot -fill ~/Backgrounds/5JdtbnY.jpg
|
||||
@@ -51,6 +52,6 @@ GAP=150
|
||||
H=$(( ${RES%x*} - 2 * GAP ))
|
||||
V=$(( ${RES#*x} - 2 * GAP ))
|
||||
|
||||
bspc rule -a mpv sticky=on state=floating rectangle=$GAP,$GAP,$H,$V
|
||||
bspc rule -a Screenkey manage=off
|
||||
bspc rule -a scratchpad sticky=on state=floating rectangle=$GAP,$GAP,$H,$V
|
||||
bspc rule -a mpv:floatmpv sticky=on state=floating rectangle=$GAP,$GAP,$H,$V
|
||||
bspc rule -a Screenkey manage=off
|
||||
bspc rule -a scratchpad sticky=on state=floating rectangle=$GAP,$GAP,$H,$V
|
||||
|
||||
Reference in New Issue
Block a user