mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
b57732338f
commit
2511406257
1 changed files with 45 additions and 46 deletions
|
@ -1,49 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<resistance>
|
||||
<strength>10</strength>
|
||||
<screen_edge_strength>20</screen_edge_strength>
|
||||
</resistance>
|
||||
<desktops>
|
||||
<number>4</number>
|
||||
<firstdesk>1</firstdesk>
|
||||
</desktops>
|
||||
<keyboard>
|
||||
<keybind key="A-d">
|
||||
<action name="Execute">
|
||||
<command>rofi -show combi -modes combi -combi-modes "window,drun,run"</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="A-Left">
|
||||
<action name="GoToDesktop">
|
||||
<to>previous</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="A-Right">
|
||||
<action name="GoToDesktop">
|
||||
<to>next</to>
|
||||
</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>
|
||||
</keyboard>
|
||||
<resistance>
|
||||
<strength>10</strength>
|
||||
<screen_edge_strength>20</screen_edge_strength>
|
||||
</resistance>
|
||||
<desktops>
|
||||
<number>4</number>
|
||||
<firstdesk>1</firstdesk>
|
||||
</desktops>
|
||||
<keyboard>
|
||||
<keybind key="A-d">
|
||||
<action name="Execute">
|
||||
<command>rofi -show combi -modes combi -combi-modes "window,drun,run"</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="A-Left">
|
||||
<action name="GoToDesktop">
|
||||
<to>previous</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="A-Right">
|
||||
<action name="GoToDesktop">
|
||||
<to>next</to>
|
||||
</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>
|
||||
</keyboard>
|
||||
</openbox_config>
|
||||
|
||||
|
|
Loading…
Reference in a new issue