diff options
Diffstat (limited to 'SXHkD/.config')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 6ac90e6..45705f2 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -31,6 +31,14 @@ super + minus super + numbersign $HOME/.local/scripts/bt_connect; +super + underscore + notify-send -u normal "Turning off screentimer"; \ + $HOME/.local/scripts/screentimer off; + +super + plus + notify-send -u normal "Turning on screentimer"; \ + $HOME/.local/scripts/screentimer on; + super + z notify-send -u low "Launching zathura"; \ zathura |