diff options
Diffstat (limited to '.config/sxhkd/sxhkdrc')
| -rwxr-xr-x | .config/sxhkd/sxhkdrc | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 4924bc5..7437c3e 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -21,8 +21,8 @@ super + a ~/.config/polybar/scripts/menu.sh # Shutdown menu -ctrl + alt + Delete - ~/.config/polybar/scripts/sysmenu.sh +#super + alt + Delete +# ~/.config/polybar/scripts/sysmenu.sh # lockscreen super + Escape @@ -81,6 +81,8 @@ shift + Print super + ctrl + x pkill -USR1 -x sxhkd; dunstify "Sxhkd configuration reloaded" + + #--------------------------------------------------------------- # # bspwm hotkeys @@ -145,14 +147,6 @@ super + ctrl + {m,x,y,z} super + {equal,minus} layer.sh {+,-} -## Add a new desktop on the current monitor with name set by rofi -#super + plus -# bspc monitor -a "$(rofi -dmenu)" -# -## Remove the current desktop -#super + underscore -# bspc desktop -r - #--------------------------------------------------------------- # @@ -235,6 +229,8 @@ super + ctrl + i super + alt + i bspc node @/ -B + + #--------------------------------------------------------------- # # Move/resize |
