summaryrefslogtreecommitdiff
path: root/keyboard/shutdownprompt
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2024-09-02 08:44:38 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2024-09-02 08:44:38 -0500
commita4373a898e65604f58299c947882f50294dd813f (patch)
treed07fd4eb4ccf9fef1fa8a73d1160b7174c7c317e /keyboard/shutdownprompt
parent988cadef2c2e51adbfa64da83ec7d25a8de3d924 (diff)
downloadscripts-a4373a898e65604f58299c947882f50294dd813f.tar.xz
scripts-a4373a898e65604f58299c947882f50294dd813f.zip
various changes over time
Diffstat (limited to 'keyboard/shutdownprompt')
-rwxr-xr-xkeyboard/shutdownprompt6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboard/shutdownprompt b/keyboard/shutdownprompt
index ce187a8..71cac3d 100755
--- a/keyboard/shutdownprompt
+++ b/keyboard/shutdownprompt
@@ -13,7 +13,7 @@ for process_name in $warn_process_names; do
done
case $option in
- Suspend) launch zzz ;;
- Shutdown) launch off ;;
- Restart) launch res ;;
+ Suspend) launch zzz ;;
+ Shutdown) launch off ;;
+ Restart) launch res ;;
esac