all repos — openbox @ 82ac248145de5f62e13ca5645dbf827c27b4a2da

openbox fork - make it a bit more like ryudo

Add some directional focus bindings to the default config file.
Dana Jansens danakj@orodu.net
commit

82ac248145de5f62e13ca5645dbf827c27b4a2da

parent

d18d9c9379e3387073fc9346e9857fdde077b985

1 files changed, 22 insertions(+), 0 deletions(-)

jump to
M data/rc.xmldata/rc.xml

@@ -266,6 +266,28 @@ </finalactions>

</action> </keybind> + <!-- Keybindings for window switching with the arrow keys --> + <keybind key="W-S-Right"> + <action name="DirectionalCycleWindows"> + <direction>right</direction> + </action> + </keybind> + <keybind key="W-S-Left"> + <action name="DirectionalCycleWindows"> + <direction>left</direction> + </action> + </keybind> + <keybind key="W-S-Up"> + <action name="DirectionalCycleWindows"> + <direction>up</direction> + </action> + </keybind> + <keybind key="W-S-Down"> + <action name="DirectionalCycleWindows"> + <direction>down</direction> + </action> + </keybind> + <!-- Keybindings for running applications --> <keybind key="W-e"> <action name="Execute">