Browse Source

Put screen in standby mode when locking

Frans Bergman 4 years ago
parent
commit
bc0e38a40a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .scripts/exit_menu.sh

+ 1 - 1
.scripts/exit_menu.sh

@@ -12,7 +12,7 @@ EOF
 
 case $CHOICE in
     "Lock")
-        ~/.scripts/lock.sh
+        ~/.scripts/lock.sh; xset dpms force standby
         ;;
     "Sleep")
         ~/.scripts/lock.sh && sudo zzz