Increase desktops and add goto keybinding
This commit is contained in:
parent
3d526ea867
commit
f15fa9b08a
|
@ -87,10 +87,6 @@
|
||||||
<font place="MenuItem">
|
<font place="MenuItem">
|
||||||
<name>Roboto Condensed, Condensed</name>
|
<name>Roboto Condensed, Condensed</name>
|
||||||
<size>9</size>
|
<size>9</size>
|
||||||
<!-- font size in points -->
|
|
||||||
<weight>Normal</weight>
|
|
||||||
<!-- 'bold' or 'normal' -->
|
|
||||||
<slant>Normal</slant>
|
|
||||||
<!-- 'italic' or 'normal' -->
|
<!-- 'italic' or 'normal' -->
|
||||||
</font>
|
</font>
|
||||||
<font place="ActiveOnScreenDisplay">
|
<font place="ActiveOnScreenDisplay">
|
||||||
|
@ -121,7 +117,7 @@
|
||||||
|
|
||||||
use obconf if you want to change these without having to log out
|
use obconf if you want to change these without having to log out
|
||||||
and back in -->
|
and back in -->
|
||||||
<number>4</number>
|
<number>6</number>
|
||||||
<firstdesk>1</firstdesk>
|
<firstdesk>1</firstdesk>
|
||||||
<names>
|
<names>
|
||||||
<name>1</name>
|
<name>1</name>
|
||||||
|
@ -183,7 +179,7 @@
|
||||||
</dock>
|
</dock>
|
||||||
<keyboard>
|
<keyboard>
|
||||||
<chainQuitKey>C-g</chainQuitKey>
|
<chainQuitKey>C-g</chainQuitKey>
|
||||||
<keybind key="C-A-Right">
|
<keybind key="A-Right">
|
||||||
<action name="DesktopRight"/>
|
<action name="DesktopRight"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-t">
|
<keybind key="W-t">
|
||||||
|
@ -202,15 +198,10 @@
|
||||||
</action>
|
</action>
|
||||||
<action name="MoveToEdgeEast"/>
|
<action name="MoveToEdgeEast"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-c">
|
<keybind key="S-Right">
|
||||||
<action name="Execute">
|
|
||||||
<command>anamnesis -b</command>
|
|
||||||
</action>
|
|
||||||
</keybind>
|
|
||||||
<keybind key="C-S-Right">
|
|
||||||
<action name="SendToDesktopRight"/>
|
<action name="SendToDesktopRight"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-S-Left">
|
<keybind key="S-Left">
|
||||||
<action name="SendToDesktopPrevious"/>
|
<action name="SendToDesktopPrevious"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="XF86AudioPlay">
|
<keybind key="XF86AudioPlay">
|
||||||
|
@ -259,7 +250,7 @@
|
||||||
<keybind key="A-Tab">
|
<keybind key="A-Tab">
|
||||||
<action name="NextWindow"/>
|
<action name="NextWindow"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-Left">
|
<keybind key="A-Left">
|
||||||
<action name="DesktopLeft"/>
|
<action name="DesktopLeft"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="XF86AudioStop">
|
<keybind key="XF86AudioStop">
|
||||||
|
@ -335,6 +326,24 @@
|
||||||
<command>mons -n right</command>
|
<command>mons -n right</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
<keybind key="A-1">
|
||||||
|
<action name="GoToDesktop"><to>1</to></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-2">
|
||||||
|
<action name="GoToDesktop"><to>2</to></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-3">
|
||||||
|
<action name="GoToDesktop"><to>3</to></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-4">
|
||||||
|
<action name="GoToDesktop"><to>4</to></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-5">
|
||||||
|
<action name="GoToDesktop"><to>5</to></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-6">
|
||||||
|
<action name="GoToDesktop"><to>6</to></action>
|
||||||
|
</keybind>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
<mouse>
|
<mouse>
|
||||||
<dragThreshold>8</dragThreshold>
|
<dragThreshold>8</dragThreshold>
|
||||||
|
|
Loading…
Reference in New Issue