diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-01-03 20:24:11 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-01-03 20:24:11 -0200 |
commit | d1191030e750ce6f021025f7f334d6fe549d1844 (patch) | |
tree | 531da07fb4f5437ad4b90109bc815fb87d1758c4 | |
parent | 8565e21761da2620354add2f3f8bb8a3ddbd4465 (diff) | |
download | openbox-d1191030e750ce6f021025f7f334d6fe549d1844.tar.gz openbox-d1191030e750ce6f021025f7f334d6fe549d1844.tar.bz2 |
Updates keybindings
-rw-r--r-- | config.dot/openbox/rc.xml.link | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/config.dot/openbox/rc.xml.link b/config.dot/openbox/rc.xml.link index 5da5f31..4a5244c 100644 --- a/config.dot/openbox/rc.xml.link +++ b/config.dot/openbox/rc.xml.link @@ -178,6 +178,11 @@ </dock> <keyboard> <chainQuitKey>C-g</chainQuitKey> + <keybind key="A-F2"> + <action name="Execute"> + <command>gmrun</command> + </action> + </keybind> <!-- Keybindings for desktop switching --> <keybind key="C-A-Left"> <action name="GoToDesktop"> @@ -271,7 +276,7 @@ </action> </keybind> <!-- Keybindings for window switching --> - <keybind key="A-Tab"> + <keybind key="C-A-Tab"> <action name="NextWindow"> <finalactions> <action name="Focus"/> @@ -337,7 +342,7 @@ <command>scrot</command> </action> </keybind> - <keybind key="c-c"> + <keybind key="C-A-c"> <action name="Execute"> <command>terminal</command> </action> |