aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'X11/openbox')
-rw-r--r--X11/openbox/rc.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index 5aaca69..0a8fd17 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -659,6 +659,11 @@
659 </keybind> 659 </keybind>
660 <keybind key="W-x"> 660 <keybind key="W-x">
661 <action name="Execute"> 661 <action name="Execute">
662 <command>systemctl suspend</command>
663 </action>
664 </keybind>
665 <keybind key="W-S-x">
666 <action name="Execute">
662 <command>pkill -9 openbox</command> 667 <command>pkill -9 openbox</command>
663 </action> 668 </action>
664 </keybind> 669 </keybind>