Fix openbox SendToDesktop commands all pointing to desktop 1

This commit is contained in:
natemaia 2018-03-02 07:48:09 -08:00
parent ca4302120d
commit 4188797e25

View File

@ -119,11 +119,6 @@
<to>4</to> <to>4</to>
</action> </action>
</keybind> </keybind>
<keybind key="W-5">
<action name="GoToDesktop">
<to>5</to>
</action>
</keybind>
<keybind key="S-W-1"> <keybind key="S-W-1">
<action name="SendToDesktop"> <action name="SendToDesktop">
<desktop>1</desktop> <desktop>1</desktop>
@ -131,22 +126,17 @@
</keybind> </keybind>
<keybind key="S-W-2"> <keybind key="S-W-2">
<action name="SendToDesktop"> <action name="SendToDesktop">
<desktop>1</desktop> <desktop>2</desktop>
</action> </action>
</keybind> </keybind>
<keybind key="S-W-3"> <keybind key="S-W-3">
<action name="SendToDesktop"> <action name="SendToDesktop">
<desktop>1</desktop> <desktop>3</desktop>
</action> </action>
</keybind> </keybind>
<keybind key="S-W-4"> <keybind key="S-W-4">
<action name="SendToDesktop"> <action name="SendToDesktop">
<desktop>1</desktop> <desktop>4</desktop>
</action>
</keybind>
<keybind key="S-W-5">
<action name="SendToDesktop">
<desktop>1</desktop>
</action> </action>
</keybind> </keybind>
<keybind key="A-Tab"> <keybind key="A-Tab">