This commit is contained in:
Ray Elliott 2026-01-26 13:50:04 +00:00
parent 8cc9ffb7f4
commit 3980aefd99
4 changed files with 6 additions and 9 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
killall sxhkd; /usr/bin/sxhkd -c /home/ray/.config/sxhkd/sxhkdrc /home/ray/.config/sxhkd/sxhkdrc.bspwm /home/ray/.config/sxhkd/sxhkdrc.bspwm.machineone killall sxhkd; /usr/bin/sxhkd -c /home/ray/.config/sxhkd/sxhkdrc /home/ray/.config/sxhkd/sxhkdrc.bspwm /home/ray/.config/sxhkd/sxhkdrc.bspwm.machineone &

View File

@ -53,10 +53,10 @@ super + Print
i3-scrot i3-scrot
super + shift + Print super + shift + Print
i3-scrot -d /usr/local/bin/rofi-screenshot
super + ctrl + Print super + ctrl + Print
scrot-grab /usr/local/bin/rofi-background
super + e super + e
dmenu_power dmenu_power

View File

@ -6,6 +6,9 @@
super + shift + {q,r} super + shift + {q,r}
bspc {quit,wm -r} bspc {quit,wm -r}
super + z
/usr/local/bin/rofi-bspwm
# close and kill # close and kill
super + BackSpace super + BackSpace
bspc node -c bspc node -c

View File

@ -13,12 +13,6 @@ KP_Insert
super + {_,shift + }{1-9,0} super + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '{1-9,0}' bspc {desktop -f,node -d} '{1-9,0}'
super + {_,shift + }{minus}
bspc {desktop -f,node -d} '{V1}'
super + {_,shift + }{equal}
bspc {desktop -f,node -d} '{V2}'
super + {_,shift + }{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12} super + {_,shift + }{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12}
bspc {desktop -f,node -d} '{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12}' bspc {desktop -f,node -d} '{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12}'