summaryrefslogtreecommitdiff
path: root/sysact
diff options
context:
space:
mode:
Diffstat (limited to 'sysact')
-rwxr-xr-xsysact2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysact b/sysact
index 01779c5..245eabb 100755
--- a/sysact
+++ b/sysact
@@ -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 ;;