Changed sxhkd config to fix conflict
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
6e12645a76
commit
8989d7bd02
@ -41,13 +41,13 @@ super + ctrl + {1-9}
|
|||||||
super + Escape
|
super + Escape
|
||||||
bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
|
bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
|
||||||
#Expand a window by moving one of its side outward
|
#Expand a window by moving one of its side outward
|
||||||
super + alt + {h,j,k,l}
|
super + alt + {Left,Down,Up,Right}
|
||||||
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
|
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
|
||||||
#Contract a window by moving one of its side inward
|
#Contract a window by moving one of its side inward
|
||||||
super + alt + shift + {h,j,k,l}
|
super + alt + shift + {Left,Down,Up,Right}
|
||||||
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
|
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
|
||||||
#Move a floating window
|
#Move a floating window
|
||||||
super + {Left,Down,Up,Right}
|
super + ctrl + {Left,Down,Up,Right}
|
||||||
bspc node -v {-20 0,0 20,0 -20,20 0}
|
bspc node -v {-20 0,0 20,0 -20,20 0}
|
||||||
|
|
||||||
# Mute
|
# Mute
|
||||||
|
Loading…
Reference in New Issue
Block a user