diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-08-01 14:00:17 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-08-01 14:00:17 +0800 |
| commit | 9ace44fe6dde60648346e64e1e278e4a906b87f1 (patch) | |
| tree | d0a8395b76653368fe8864c712476d8c43204894 /X11/openbox/rc.xml | |
| parent | 8a25094ab03143808c86974796d64c590216b09c (diff) | |
Update
Diffstat (limited to 'X11/openbox/rc.xml')
| -rw-r--r-- | X11/openbox/rc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 0a8fd17..bfb0c66 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
| @@ -659,12 +659,12 @@ | |||
| 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> | 662 | <command>pkill -9 openbox</command> |
| 663 | </action> | 663 | </action> |
| 664 | </keybind> | 664 | </keybind> |
| 665 | <keybind key="W-S-x"> | 665 | <keybind key="W-S-x"> |
| 666 | <action name="Execute"> | 666 | <action name="Execute"> |
| 667 | <command>pkill -9 openbox</command> | 667 | <command>systemctl suspend</command> |
| 668 | </action> | 668 | </action> |
| 669 | </keybind> | 669 | </keybind> |
| 670 | <keybind key="W-z"> | 670 | <keybind key="W-z"> |