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 | 3907941efff02f8e5f1594ffe14d58abb787c47d (patch) | |
tree | ea5378c76af9a8f92a74ae59bee8a6eca87c6eff /sysact | |
parent | c35e79714034d6c21939b573d13d34d7398b392b (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 ;; |