diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-11 22:49:18 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-11 22:49:18 +0530 |
commit | 5cd0cb39ca6380b4b4f6e2fb4b79e12dbc333c63 (patch) | |
tree | e887816134d6ae6771adf10ccbea3041ffd44000 /.config/openbox/rc.xml | |
parent | 3dfaaa08d51418f0aaf5899e72449e8362e49a38 (diff) |
added more workspaces
Diffstat (limited to '.config/openbox/rc.xml')
-rw-r--r-- | .config/openbox/rc.xml | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 8e4cea9..ead5b1c 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -119,7 +119,7 @@ use obconf if you want to change these without having to log out and back in --> - <number>6</number> + <number>10</number> <firstdesk>1</firstdesk> <names> <name>一</name> @@ -128,6 +128,10 @@ <name>四</name> <name>五</name> <name>六</name> + <name>七</name> + <name>八</name> + <name>九</name> + <name>十</name> </names> <popupTime>875</popupTime> <!-- The number of milliseconds to show the popup for when switching @@ -290,6 +294,26 @@ <to>6</to> </action> </keybind> + <keybind key="W-7"> + <action name="GoToDesktop"> + <to>7</to> + </action> + </keybind> + <keybind key="W-8"> + <action name="GoToDesktop"> + <to>8</to> + </action> + </keybind> + <keybind key="W-9"> + <action name="GoToDesktop"> + <to>9</to> + </action> + </keybind> + <keybind key="W-0"> + <action name="GoToDesktop"> + <to>0</to> + </action> + </keybind> <!-- rethink --> <keybind key="W-d"> <action name="ToggleShowDesktop"/> |