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:
commit
63e51a83eb
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
# name: Suspend
|
||||
# icon: system-suspend
|
||||
# description: Suspend the system
|
||||
# keywords: suspend
|
||||
# keywords: suspend sleep
|
||||
|
||||
systemctl suspend
|
||||
systemctl suspend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue