diff options
Diffstat (limited to 'sxhkd/.config')
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 4f8c0e0..0bec752 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -7,7 +7,7 @@ super + Return kitty # program launcher -super + i +super + e rofi -modi "run,drun,Desktop:~/scripts/sxhkd/rofi_new.sh,Layer:~/scripts/sxhkd/macropad_layer.sh" -show run #super + @space @@ -31,6 +31,9 @@ super + alt + {q,r} super + {_,shift + }q bspc node -{c,k} +mod5 + {_,shift + }q + bspc node -{c,k} + XF86HomePage bspc query -N -d Web || firefox & bspc desktop -f Web @@ -89,10 +92,10 @@ super + {grave,Tab} bspc {node,desktop} -f last # focus the older or newer node in the focus history -super + {o,i} - bspc wm -h off; \ - bspc node {older,newer} -f; \ - bspc wm -h on +#super + {o,i} +# bspc wm -h off; \ +# bspc node {older,newer} -f; \ +# bspc wm -h on # focus or send to the given desktop #super + {_,shift + }{1-9,0} @@ -118,7 +121,7 @@ super + ctrl + space super + ctrl + shift + space bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel -super + r +super + i rofi -modi "Reorganiser:~/scripts/sxhkd/rofi_resize.sh,Rotation:~/scripts/sxhkd/rofi_rotate.sh" -show Rotation # @@ -148,7 +151,7 @@ mod5 + {_,shift + } F{1-5} super + {_,shift + } F{6-9} {~/scripts/sxhkd/show.sh, ~/scripts/sxhkd/move.sh} {6-9} -super + n +super + u rofi -modi "Desktop:~/scripts/sxhkd/rofi_new.sh,Renommer:~/scripts/sxhkd/rofi_rename.sh" -show Desktop super + a |
