[fix] Changes to some bspwm and multimonitor stuff

This commit is contained in:
Uttarayan
2023-05-13 03:18:01 +05:30
parent 1458456a3e
commit b1fbe54652
3 changed files with 5 additions and 5 deletions

View File

@@ -23,10 +23,10 @@ super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}
super + {1,2,3,4,5,6,7,8,9,0}
bspc desktop -f ^{1,2,3,4,5,6,7,8,9,10}
bspc desktop -f {I,II,III,IV,V,VI,VII,VIII,IX,X}
super + shift + {1,2,3,4,5,6,7,8,9,0}
bspc node focused -d '^{1,2,3,4,5,6,7,8,9,10}'
bspc node focused -d '{I,II,III,IV,V,VI,VII,VIII,IX,X}'
super + {f,t,shift + t,shift + f}
bspc node focused -f -t {fullscreen,tiled,pseudo_tiled,floating}