This commit is contained in:
Ray Elliott 2024-09-25 15:10:26 +01:00
parent 5883ca5c2a
commit 3af68bb9c8
1 changed files with 4 additions and 1 deletions

View File

@ -4,9 +4,12 @@
# focus or send to the given desktop
super + {KP_End,KP_Down,KP_Next,KP_Left,KP_Begin,KP_Right,KP_Home,KP_Up,KP_Prior,KP_Insert}
super + {KP_End,KP_Down,KP_Next,KP_Left,KP_Begin,KP_Right,KP_Home,KP_Up,KP_Prior}
bspwm-pair '{1,2,3,4,5,6,7,8,9,0}'
super + KP_Insert
bspc desktop -f '0' && bspc desktop -f 'F10'
super + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '{1-9,0}'