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