Initial Release

This commit is contained in:
Michael Aaron Murphy 2021-08-10 01:04:20 +02:00
commit 8b3b95aae8
54 changed files with 5601 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#!/bin/sh
#
# name: Log Out
# icon: system-log-out
# description: Log out to the login screen
# keywords: log out logout
gnome-session-quit --logout

View file

@ -0,0 +1,8 @@
#!/bin/sh
#
# name: Restart
# icon: system-restart
# description: Reboot the system
# keywords: power reboot restart
gnome-session-quit --reboot

View file

@ -0,0 +1,8 @@
#!/bin/sh
#
# name: Power off
# icon: system-shutdown
# description: Shut down the system
# keywords: power off shutdown
gnome-session-quit --power-off

View file

@ -0,0 +1,8 @@
#!/bin/sh
#
# name: Suspend
# icon: system-suspend
# description: Suspend the system
# keywords: suspend
systemctl suspend