diff options
Diffstat (limited to '.config')
| -rwxr-xr-x | .config/sxhkd/sxhkdrc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 2d6bf9d..3880df8 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -52,8 +52,8 @@ super + shift + p # ~/.config/eww/launch_widgets.sh # Terminal emulator -super + Return - $TERMINAL +#super + Return +# $TERMINAL # Browser super + w @@ -358,13 +358,18 @@ alt + ctrl + Right # Programs # -# Scratchpad +# Scratchpd super + semicolon ~/.local/bin/scripts/scratchpad super + x ~/.local/bin/scripts/scratchpad +# Dropdown +super + Return + ~/.local/bin/scripts/dropdown + + # Heads-Up-Display scratchpad terminal super + e ~/.local/bin/scripts/Heads-Up-Display |
