Skip to content

Commit

Permalink
feat(openbox): added new keybinds to rc.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Nov 2, 2024
1 parent 88b25a7 commit 6683e3f
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions nixos/desktop/openbox/rc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,21 +132,21 @@
<wrap>no</wrap>
</action>
</keybind>
<keybind key="S-A-Right">
<keybind key="W-S-l">
<action name="SendToDesktop">
<to>right</to>
<to>left</to>
<wrap>no</wrap>
</action>
</keybind>
<keybind key="S-A-Up">
<keybind key="S-A-Right">
<action name="SendToDesktop">
<to>up</to>
<to>right</to>
<wrap>no</wrap>
</action>
</keybind>
<keybind key="S-A-Down">
<keybind key="W-S-h">
<action name="SendToDesktop">
<to>down</to>
<to>right</to>
<wrap>no</wrap>
</action>
</keybind>
Expand Down Expand Up @@ -180,7 +180,17 @@
<direction>both</direction>
</action>
</keybind>
<keybind key="C-s">
<action name="ToggleMaximize">
<direction>both</direction>
</action>
</keybind>
<!-- Keybindings for window switching -->
<keybind key="W-space">
<action name="MoveResizeTo">
<monitor>2</monitor>
</action>
</keybind>
<keybind key="A-Tab">
<action name="NextWindow">
<finalactions>
Expand All @@ -190,7 +200,16 @@
</finalactions>
</action>
</keybind>
<keybind key="A-S-Tab">
<keybind key="W-k">
<action name="NextWindow">
<finalactions>
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</finalactions>
</action>
</keybind>
<keybind key="W-j">
<action name="PreviousWindow">
<finalactions>
<action name="Focus"/>
Expand Down

0 comments on commit 6683e3f

Please sign in to comment.