-
-
Save SalvatoreNoschese/0cd27e0a9e901b22e8e298174fb33d81 to your computer and use it in GitHub Desktop.
Logout/Reboot/Shutdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Logout | |
Comment=Termina la sessione | |
Exec=gnome-session-quit --logout --no-prompt | |
Icon=/home/***/.local/share/icons/custom/logout.png | |
Terminal=false | |
Categories=System; | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Riavvia | |
Comment=Riavvia il computer | |
Exec=systemctl reboot | |
Icon=/home/***/.local/share/icons/custom/reboot.png | |
Terminal=false | |
Categories=System; | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Spegni | |
Comment=Spegni il computer | |
Exec=systemctl poweroff | |
Icon=/home/***/.local/share/icons/custom/shutdown.png | |
Terminal=false | |
Categories=System; | |
NoDisplay=true | |
StartupNotify=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment