diff options
Diffstat (limited to 'SXHkD/.config/sxhkd/sxhkdrc')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 0659780..9503f65 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -22,7 +22,13 @@ super + s xdg-open "https://duckduckgo.com" super + semicolon - $HOME/.local/scripts/statdisplay + $HOME/.local/scripts/localstream -f; + +super + colon + $HOME/.local/scripts/localstream -p; + +super + apostrophe + $HOME/.local/scripts/statdisplay; super + z notify-send -u low "Launching zathura"; \ |