diff options
| author | Sébastien Dailly <sebastien@dailly.me> | 2026-08-04 15:37:36 +0200 |
|---|---|---|
| committer | Sébastien Dailly <sebastien@dailly.me> | 2026-08-04 15:40:38 +0200 |
| commit | 39fc52ee10440f114aaadad4fef801ad42095dda (patch) | |
| tree | 5faa9993d84a4bb62000fd4a611192b333914eec | |
| parent | 9066e265a220f8299afa60e1689f87efeb40ee10 (diff) | |
bspwm: reviews the keys associations
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 0bec752..0cd19df 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -28,11 +28,11 @@ super + alt + {q,r} # close and kill #super + {_,shift + }w # bspc node -{c,k} -super + {_,shift + }q +super + {_,shift + }h bspc node -{c,k} -mod5 + {_,shift + }q - bspc node -{c,k} +#mod5 + {_,shift + }q +# bspc node -{c,k} XF86HomePage bspc query -N -d Web || firefox & bspc desktop -f Web @@ -72,8 +72,8 @@ super + ctrl + {m,x,y,z} # # focus the node in the given direction -super + {_,shift + }{h,j,k,l} - bspc node -{f,s} {west,south,north,east} +#super + {_,shift + }{h,j,k,l} +# bspc node -{f,s} {west,south,north,east} # focus the node for the given path jump super + {p,b,comma,period} @@ -106,8 +106,8 @@ super + {grave,Tab} # # preselect the direction -super + ctrl + {h,j,k,l} - bspc node -p {west,south,north,east} +#super + ctrl + {h,j,k,l} +# bspc node -p {west,south,north,east} # preselect the ratio super + ctrl + {1-9} @@ -133,8 +133,8 @@ super + shift + {Left,Down,Up,Right} 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 -super + alt + shift + {h,j,k,l} - bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0} +#super + alt + shift + {h,j,k,l} +# bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0} super + {Up,Down,Left,Right} bspc node {north,south,west,east} -f |
