changed shortcut for focusing another windon in a desktop using arrows so it doesn't conflict with lock screen
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
0a8179a349
commit
b08ad689ae
@ -23,7 +23,7 @@ super + {_,shift + }v
|
||||
super + {t,s,f}
|
||||
bspc node -t {tiled,floating,fullscreen}
|
||||
#Focus the node in the given direction
|
||||
super + {_,shift + }{h,j,k,l}
|
||||
super + {_,shift + }{Left,Down,Up,Right}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
#Focus the given desktop
|
||||
super + {ampersand,eacute,quotedbl,apostrophe,parenleft,minus,egrave,underscore,ccedilla,agrave}
|
||||
|
Loading…
Reference in New Issue
Block a user