Update 2024-01-22 14:47 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-01-22 14:47:42 +01:00
parent 6e3f3caab5
commit c74afefc69
4 changed files with 16 additions and 15 deletions

View File

@@ -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