Added full path to shutdown commands
This commit is contained in:
@@ -329,13 +329,13 @@
|
||||
<!-- Enable poweroff with ctrl-alt-shift-del -->
|
||||
<keybind key="C-A-S-Delete">
|
||||
<action name="Execute">
|
||||
<command>shutdown -P now</command>
|
||||
<command>/usr/sbin/shutdown -P now</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- Enable reboot with ctrl-alt-shift-del -->
|
||||
<keybind key="C-A-S-Insert">
|
||||
<action name="Execute">
|
||||
<command>shutdown -r now</command>
|
||||
<command>/usr/sbin/shutdown -r now</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<chainQuitKey>C-g</chainQuitKey>
|
||||
|
||||
Reference in New Issue
Block a user