Merge pull request #144 from merelymyself/patch-1

Add poweroff keyword to session-shutdown.sh and sleep keyword to session-suspend.sh
This commit is contained in:
Randall White 2022-09-29 12:06:28 -06:00 committed by GitHub
commit 63e51a83eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,6 @@
# name: Power off
# icon: system-shutdown
# description: Shut down the system
# keywords: power off shutdown
# keywords: power off shutdown poweroff
gnome-session-quit --power-off
gnome-session-quit --power-off

View file

@ -3,6 +3,6 @@
# name: Suspend
# icon: system-suspend
# description: Suspend the system
# keywords: suspend
# keywords: suspend sleep
systemctl suspend
systemctl suspend