bspwm, etc: Slight polish, fix redshift
This commit is contained in:
@@ -28,7 +28,7 @@ AudioMute
|
||||
#
|
||||
|
||||
# quit bspwm normally
|
||||
alt + alt + Escape
|
||||
alt + shift + Escape
|
||||
bspc quit
|
||||
|
||||
# close and kill
|
||||
@@ -66,11 +66,11 @@ alt + ctrl + {x,y,z}
|
||||
# focus the node in the given direction
|
||||
alt + {_,shift + }{h,j,k,l}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
alt + {_,shift + }{left,down,up,right}
|
||||
alt + {_,shift + }{Left,Down,Up,Right}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
|
||||
# focus the node for the given path jump
|
||||
alt + {p,b,comma,period}
|
||||
alt + {p,b,comma,period
|
||||
bspc node -f @{parent,brother,first,second}
|
||||
|
||||
# focus the next/previous node in the current desktop
|
||||
@@ -100,7 +100,7 @@ alt + {_,shift + }{1-9,0}
|
||||
#
|
||||
|
||||
# preselect the direction
|
||||
alt + ctrl + {h,j,k,l}
|
||||
super + {h,j,k,l}
|
||||
bspc node -p {west,south,north,east}
|
||||
|
||||
# preselect the ratio
|
||||
@@ -120,11 +120,11 @@ alt + ctrl + shift + space
|
||||
#
|
||||
|
||||
# expand a window by moving one of its side outward
|
||||
alt + alt + {h,j,k,l}
|
||||
super + alt + {h,j,k,l}
|
||||
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
|
||||
alt + alt + shift + {h,j,k,l}
|
||||
super + alt + shift + {h,j,k,l}
|
||||
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
|
||||
|
||||
# move a floating window
|
||||
|
Reference in New Issue
Block a user