update desktop selection

This commit is contained in:
Ray Elliott 2020-07-13 12:27:36 +01:00
parent 9ab1ebcc2b
commit c8caf00ec0
2 changed files with 11 additions and 11 deletions

View File

@ -50,9 +50,9 @@ super + {_,shift + }{h,j,k,l}
# super + {_,shift + }c
# bspc node -f {next,prev}.local
# focus the next/previous desktop in the current monitor
# super + bracket{left,right}
# bspc desktop -f {prev,next}.local
focus the next/previous desktop in the current monitor
super + bracket{left,right}
bspc desktop -f {prev,next}.local
# focus the last node/desktop
super + grave

View File

@ -4,14 +4,14 @@
# focus or send to the given desktop
super + {_,shift + }{F1,F2,F3,F4}
bspc {desktop -f,node -d} '^{1,2,3,4}'
super + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '^{8-16,17}'
bspc {desktop -f,node -d} '^{1-9,0}'
super + {_,shift + }{F5,F6,F7,F8}
bspc {desktop -f,node -d} '^{18,19,20,21}'
super + {_,shift + }{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10}
bspc {desktop -f,node -d} '^{11,12,13,14,15,16,17,18,19,20}'
super + {_,shift + }{F9,F10,F11,F12}
bspc {desktop -f,node -d} '^{25,26,27,28}'
# super + {_,shift + }{F5,F6,F7,F8}
# bspc {desktop -f,node -d} '^{18,19,20,21}'
#
# super + {_,shift + }{F9,F10,F11,F12}
# bspc {desktop -f,node -d} '^{25,26,27,28}'