added my reboot / poweroff stuff finally
This commit is contained in:
parent
21b908f244
commit
5fea237ae1
2 changed files with 56 additions and 0 deletions
28
home/desktop-files/poweroff.desktop
Executable file
28
home/desktop-files/poweroff.desktop
Executable file
|
@ -0,0 +1,28 @@
|
|||
[Desktop Entry]
|
||||
|
||||
# The type as listed above
|
||||
Type=Application
|
||||
|
||||
# The version of the desktop entry specification to which this file complies
|
||||
Version=1.0
|
||||
|
||||
# The name of the application
|
||||
Name=poweroff
|
||||
|
||||
# A comment which can/will be used as a tooltip
|
||||
Comment=shut the motherfucking system down
|
||||
|
||||
# The path to the folder in which the executable is run
|
||||
#Path=/opt/jmemorise
|
||||
|
||||
# The executable of the application, possibly with arguments.
|
||||
Exec=/usr/bin/poweroff
|
||||
|
||||
# The name of the icon that will be used to display this entry
|
||||
Icon=power
|
||||
|
||||
# Describes whether this application needs to be run in a terminal or not
|
||||
Terminal=false
|
||||
|
||||
# Describes the categories in which this entry should be shown
|
||||
Categories=Education;Languages;Java;
|
28
home/desktop-files/reboot.desktop
Executable file
28
home/desktop-files/reboot.desktop
Executable file
|
@ -0,0 +1,28 @@
|
|||
[Desktop Entry]
|
||||
|
||||
# The type as listed above
|
||||
Type=Application
|
||||
|
||||
# The version of the desktop entry specification to which this file complies
|
||||
Version=1.0
|
||||
|
||||
# The name of the application
|
||||
Name=reboot
|
||||
|
||||
# A comment which can/will be used as a tooltip
|
||||
Comment=shut the motherfucking system down
|
||||
|
||||
# The path to the folder in which the executable is run
|
||||
#Path=/opt/jmemorise
|
||||
|
||||
# The executable of the application, possibly with arguments.
|
||||
Exec=/usr/bin/reboot
|
||||
|
||||
# The name of the icon that will be used to display this entry
|
||||
Icon=reboot
|
||||
|
||||
# Describes whether this application needs to be run in a terminal or not
|
||||
Terminal=false
|
||||
|
||||
# Describes the categories in which this entry should be shown
|
||||
Categories=Education;Languages;Java;
|
Loading…
Add table
Reference in a new issue