diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2025-03-07 01:01:01 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2025-03-07 01:01:01 +0300 |
commit | 6fcce342c4fa61c33ac0383142553d644300995c (patch) | |
tree | ea5378c76af9a8f92a74ae59bee8a6eca87c6eff /sysact | |
parent | 9bcaaaf22708be4e2cb29c0e130444fed3253bbc (diff) |
Diffstat (limited to 'sysact')
-rwxr-xr-x | sysact | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ action="$(printf "Screen off\nLock\nSleep\nReboot\nShutdown" | dmenu -i -c -l 5 case "$action" in "Screen off") xset dpms force off ;; - "Lock") xset dpms force off ; slock ;; + "Lock") xset dpms force off & slock ;; "Sleep") slock $ctl suspend -i ;; "Reboot") $ctl reboot -i ;; "Shutdown") $ctl poweroff -i ;; |