sxhkd: Change relative workspace switching to comma and period
They're easier to hit than those two binds on fucking right pinky
This commit is contained in:
parent
b8d737cb5c
commit
fd1836016a
@ -95,15 +95,15 @@ alt + {_,shift + }{Left,Down,Up,Right}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
|
||||
# focus the node for the given path jump
|
||||
alt + {a,b,comma,period}
|
||||
bspc node -f @{parent,brother,first,second}
|
||||
alt + {a,b}
|
||||
bspc node -f @{parent,brother}
|
||||
|
||||
# focus the next/previous node in the current desktop
|
||||
alt + {_,shift + }c
|
||||
bspc node -f {next,prev}.local
|
||||
|
||||
# focus the next/previous desktop in the current monitor
|
||||
alt + bracket{left,right}
|
||||
alt + {comma,period}
|
||||
bspc desktop -f {prev,next}.local
|
||||
|
||||
# focus the last node/desktop
|
||||
|
Loading…
Reference in New Issue
Block a user