diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-10-23 02:23:31 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-10-23 02:52:43 +0100 |
commit | 4debe52aabaa5d62ad2560f9d5f57bec98b4d9c1 (patch) | |
tree | a7ecae88b02c12eefc0089926e468232da91b2a9 /SXHkD/.config | |
parent | dd3932ec1c2bd729ed8eff71842acd07074a52d5 (diff) | |
download | dotfiles-4debe52aabaa5d62ad2560f9d5f57bec98b4d9c1.tar.gz dotfiles-4debe52aabaa5d62ad2560f9d5f57bec98b4d9c1.tar.bz2 dotfiles-4debe52aabaa5d62ad2560f9d5f57bec98b4d9c1.zip |
Setup script to init/tear down a screen timer for autolocking
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 |