diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-09-02 08:44:38 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-09-02 08:44:38 -0500 |
commit | a4373a898e65604f58299c947882f50294dd813f (patch) | |
tree | d07fd4eb4ccf9fef1fa8a73d1160b7174c7c317e /keyboard/shutdownprompt | |
parent | 988cadef2c2e51adbfa64da83ec7d25a8de3d924 (diff) | |
download | scripts-a4373a898e65604f58299c947882f50294dd813f.tar.xz scripts-a4373a898e65604f58299c947882f50294dd813f.zip |
various changes over time
Diffstat (limited to 'keyboard/shutdownprompt')
-rwxr-xr-x | keyboard/shutdownprompt | 6 |
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 |