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