aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-01-03 20:24:11 -0200
committerSilvio Rhatto <rhatto@riseup.net>2019-01-03 20:24:11 -0200
commitd1191030e750ce6f021025f7f334d6fe549d1844 (patch)
tree531da07fb4f5437ad4b90109bc815fb87d1758c4
parent8565e21761da2620354add2f3f8bb8a3ddbd4465 (diff)
downloadopenbox-d1191030e750ce6f021025f7f334d6fe549d1844.tar.gz
openbox-d1191030e750ce6f021025f7f334d6fe549d1844.tar.bz2
Updates keybindings
-rw-r--r--config.dot/openbox/rc.xml.link9
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>