diff options
Diffstat (limited to '.config/sxhkd/sxhkdrc')
| -rwxr-xr-x | .config/sxhkd/sxhkdrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 0cc0023..2dd76f3 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -62,7 +62,7 @@ super + w # Show clipmenu #alt + x # parcellite - #~/.local/bin/scripts/clip.sh + #~/.scripts/clip.sh # Screenshots tool (selection) ctrl + Print @@ -188,7 +188,7 @@ super + period # Toggle the hidden state of the focused node super + q - ~/.local/bin/scripts/bspwm-toggle-visibility.sh + ~/.scripts/bspwm-toggle-visibility.sh #--------------------------------------------------------------- # @@ -358,14 +358,14 @@ alt + ctrl + Right # Scratchpd super + semicolon - ~/.local/bin/scripts/scratchpad + ~/.scripts/scratchpad super + x - ~/.local/bin/scripts/scratchpad + ~/.scripts/scratchpad # Heads-Up-Display scratchpad terminal super + e - ~/.local/bin/scripts/Heads-Up-Display + ~/.scripts/Heads-Up-Display # File manager nnn super + shift + n |
