diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-11-20 20:21:11 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-11-20 20:21:11 -0200 |
commit | 5519c82d4dc90a25bd377f258568c3af75c6a455 (patch) | |
tree | e08859f8a0c70b2e12a1071472a7f88341f72598 | |
parent | f69757cd6c2c8fd7ba55f971de8262471f06b3ac (diff) | |
download | openbox-5519c82d4dc90a25bd377f258568c3af75c6a455.tar.gz openbox-5519c82d4dc90a25bd377f258568c3af75c6a455.tar.bz2 |
Adds some useful keybindings
-rw-r--r-- | config.dot/openbox/rc.xml.link | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config.dot/openbox/rc.xml.link b/config.dot/openbox/rc.xml.link index 33bdb20..928cd72 100644 --- a/config.dot/openbox/rc.xml.link +++ b/config.dot/openbox/rc.xml.link @@ -337,6 +337,21 @@ <command>scrot</command> </action> </keybind> + <keybind key="c-c"> + <action name="Execute"> + <command>terminal</command> + </action> + </keybind> + <keybind key="c-t"> + <action name="Execute"> + <command>tor-browser</command> + </action> + </keybind> + <keybind key="c-p"> + <action name="Execute"> + <command>sudo poweroff</command> + </action> + </keybind> </keyboard> <mouse> <dragThreshold>1</dragThreshold> |