summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-05-21 14:40:59 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-05-21 14:40:59 -0400
commitf70612800b1974f2ec09002f30a6710a2fde2183 (patch)
tree1028544f8c0ff1c790c06846710fa38f7b8eefff /.local/bin
parentfc6dc7b761ad639adc23e75bcf202bfe159fcc82 (diff)
downloadeibhear-f70612800b1974f2ec09002f30a6710a2fde2183.tar.gz
eibhear-f70612800b1974f2ec09002f30a6710a2fde2183.tar.zst
eibhear-f70612800b1974f2ec09002f30a6710a2fde2183.zip
force suspend and hibernate
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/sysact4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/sysact b/.local/bin/sysact
index eb9390f..64c2f32 100755
--- a/.local/bin/sysact
+++ b/.local/bin/sysact
@@ -17,8 +17,8 @@ case "$(printf "🔒 lock\n🚪 leave $WM\nâ™»ï¸ renew $WM\n🻠hibernate\nðŸ”
'🔒 lock') slock ;;
"🚪 leave $WM") kill -TERM "$(wmpid)" ;;
"â™»ï¸ renew $WM") kill -HUP "$(wmpid)" ;;
- '🻠hibernate') slock $ctl hibernate ;;
- '💤 sleep') slock $ctl suspend ;;
+ '🻠hibernate') slock $ctl hibernate -i ;;
+ '💤 sleep') slock $ctl suspend -i ;;
'🔃 reboot') $ctl reboot -i ;;
'🖥ï¸shutdown') $ctl poweroff -i ;;
'📺 display off') xset dpms force off ;;