diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openbox/rc.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/openbox/rc.xml b/misc/openbox/rc.xml index 58a8bc9..0b36250 100644 --- a/misc/openbox/rc.xml +++ b/misc/openbox/rc.xml | |||
@@ -181,6 +181,17 @@ | |||
181 | </finalactions> | 181 | </finalactions> |
182 | </action> | 182 | </action> |
183 | </keybind> | 183 | </keybind> |
184 | <keybind key="A-S-Tab"> | ||
185 | <action name="PreviousWindow"> | ||
186 | <allDesktops>yes</allDesktops> | ||
187 | <!-- Hide black border around windows --> | ||
188 | <bar>no</bar> | ||
189 | <finalactions> | ||
190 | <action name="focus"/> | ||
191 | <action name="raise"/> | ||
192 | </finalactions> | ||
193 | </action> | ||
194 | </keybind> | ||
184 | <!-- Window Tiling: Snap feature --> | 195 | <!-- Window Tiling: Snap feature --> |
185 | <keybind key="W-Left"> | 196 | <keybind key="W-Left"> |
186 | <action name="UnmaximizeFull"/> | 197 | <action name="UnmaximizeFull"/> |