diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-17 12:06:49 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-17 12:06:49 +0100 |
commit | 163edd7856493de3ec5c0c1d49e46d833d4fe431 (patch) | |
tree | 0830b28c40651a307bcfd6d113a1ca6d2d561dcc /.local/bin/rate | |
parent | c4b3b4e105e7e31b578f2c99b1aa9fa758060dce (diff) |
lock: disable dpms and screensaver on unlock
Diffstat (limited to '.local/bin/rate')
-rwxr-xr-x | .local/bin/rate | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/rate b/.local/bin/rate index 5c4c93e..f8be848 100755 --- a/.local/bin/rate +++ b/.local/bin/rate @@ -2,3 +2,5 @@ xset r rate 300 25 setxkbmap -option grp:win_space_toggle us,dk + +xset -dpms && xset s off |