mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-04-03 18:14:15 +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"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
|
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<resistance>
|
<resistance>
|
||||||
<strength>10</strength>
|
<strength>10</strength>
|
||||||
<screen_edge_strength>20</screen_edge_strength>
|
<screen_edge_strength>20</screen_edge_strength>
|
||||||
</resistance>
|
</resistance>
|
||||||
<desktops>
|
<desktops>
|
||||||
<number>4</number>
|
<number>4</number>
|
||||||
<firstdesk>1</firstdesk>
|
<firstdesk>1</firstdesk>
|
||||||
</desktops>
|
</desktops>
|
||||||
<keyboard>
|
<keyboard>
|
||||||
<keybind key="A-d">
|
<keybind key="A-d">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>rofi -show combi -modes combi -combi-modes "window,drun,run"</command>
|
<command>rofi -show combi -modes combi -combi-modes "window,drun,run"</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-Left">
|
<keybind key="A-Left">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>previous</to>
|
<to>previous</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-Right">
|
<keybind key="A-Right">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>next</to>
|
<to>next</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-1">
|
<keybind key="A-1">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>1</to>
|
<to>1</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-2">
|
<keybind key="A-2">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>2</to>
|
<to>2</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-3">
|
<keybind key="A-3">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>3</to>
|
<to>3</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-4">
|
<keybind key="A-4">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
<to>4</to>
|
<to>4</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
</openbox_config>
|
</openbox_config>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue