diff options
Diffstat (limited to '.config/openbox/rc.xml')
-rw-r--r-- | .config/openbox/rc.xml | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 55dff8a..af5594e 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -120,15 +120,16 @@ use obconf if you want to change these without having to log out and back in --> - <number>3</number> + <number>5</number> <firstdesk>1</firstdesk> <names> <name>1</name> <name>2</name> <name>3</name> <name>4</name> + <name>5</name> </names> - <popupTime>875</popupTime> + <popupTime>400</popupTime> <!-- The number of milliseconds to show the popup for when switching desktops. Set this to 0 to disable the popup. --> </desktops> @@ -196,7 +197,7 @@ <keybind key="A-K"> <action name="GoToDesktop"> <to>right</to> - <wrap>no</wrap> + <wrap>yes</wrap> </action> </keybind> <keybind key="C-A-Up"> @@ -211,21 +212,33 @@ <wrap>no</wrap> </action> </keybind> - <keybind key="S-A-Left"> + <keybind key="S-A-1"> <action name="SendToDesktop"> - <to>left</to> + <to>1</to> <wrap>no</wrap> </action> </keybind> - <keybind key="S-A-Right"> + <keybind key="S-A-2"> <action name="SendToDesktop"> - <to>right</to> + <to>2</to> <wrap>no</wrap> </action> </keybind> - <keybind key="S-A-Up"> + <keybind key="S-A-3"> <action name="SendToDesktop"> - <to>up</to> + <to>3</to> + <wrap>no</wrap> + </action> + </keybind> + <keybind key="S-A-4"> + <action name="SendToDesktop"> + <to>4</to> + <wrap>no</wrap> + </action> + </keybind> + <keybind key="S-A-5"> + <action name="SendToDesktop"> + <to>5</to> <wrap>no</wrap> </action> </keybind> |