2024-12-10 03:03:21 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
|
2024-12-11 13:55:27 +00:00
|
|
|
<resistance>
|
2024-12-29 03:47:32 +00:00
|
|
|
<strength>40</strength>
|
|
|
|
<screen_edge_strength>80</screen_edge_strength>
|
2024-12-11 13:55:27 +00:00
|
|
|
</resistance>
|
2024-12-15 21:35:05 +00:00
|
|
|
<theme>
|
|
|
|
<name>neralie</name>
|
|
|
|
<titleLayout>LIMC</titleLayout>
|
|
|
|
<font place="ActiveWindow">
|
|
|
|
<name>GohuFont</name>
|
|
|
|
<size>14</size>
|
|
|
|
</font>
|
|
|
|
<font place="InactiveWindow">
|
|
|
|
<name>GohuFont</name>
|
|
|
|
<size>14</size>
|
|
|
|
</font>
|
|
|
|
<font place="MenuHeader">
|
|
|
|
<name>GohuFont</name>
|
|
|
|
<size>14</size>
|
|
|
|
</font>
|
|
|
|
<font place="MenuItem">
|
|
|
|
<name>GohuFont</name>
|
|
|
|
<size>14</size>
|
|
|
|
</font>
|
|
|
|
<font place="OnScreenDisplay">
|
|
|
|
<name>GohuFont</name>
|
|
|
|
<size>14</size>
|
|
|
|
</font>
|
|
|
|
</theme>
|
2024-12-11 13:55:27 +00:00
|
|
|
<desktops>
|
2024-12-30 05:44:28 +00:00
|
|
|
<!-- just use 4 until the need for more arises -->
|
|
|
|
<number>4</number>
|
2024-12-11 13:55:27 +00:00
|
|
|
<firstdesk>1</firstdesk>
|
2024-12-12 00:30:08 +00:00
|
|
|
<popupTime>0</popupTime>
|
|
|
|
<names>
|
|
|
|
<name>1</name>
|
|
|
|
<name>2</name>
|
|
|
|
<name>3</name>
|
|
|
|
<name>4</name>
|
|
|
|
</names>
|
2024-12-11 13:55:27 +00:00
|
|
|
</desktops>
|
|
|
|
<keyboard>
|
|
|
|
<keybind key="A-d">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>rofi -show combi -modes combi -combi-modes "window,drun,run"</command>
|
|
|
|
</action>
|
|
|
|
</keybind>
|
2024-12-18 04:35:03 +00:00
|
|
|
<keybind key="A-c">
|
|
|
|
<action name="ShowMenu">
|
|
|
|
<menu>client-menu</menu>
|
|
|
|
</action>
|
|
|
|
</keybind>
|
2024-12-11 13:55:27 +00:00
|
|
|
<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>
|
2024-12-12 04:37:08 +00:00
|
|
|
<mouse>
|
2024-12-15 21:35:05 +00:00
|
|
|
<context name="Frame">
|
|
|
|
<mousebind button="A-Left" action="Press">
|
|
|
|
<action name="Focus"/>
|
|
|
|
</mousebind>
|
|
|
|
<mousebind button="A-Left" action="Click">
|
|
|
|
<action name="Raise"/>
|
|
|
|
</mousebind>
|
|
|
|
<mousebind button="A-Left" action="Drag">
|
|
|
|
<action name="Move"/>
|
|
|
|
</mousebind>
|
2024-12-30 04:00:40 +00:00
|
|
|
<mousebind button="A-Right" action="Click">
|
2024-12-30 03:03:33 +00:00
|
|
|
<action name="ShowMenu">
|
|
|
|
<menu>root</menu>
|
|
|
|
</action>
|
|
|
|
</mousebind>
|
2024-12-30 04:00:40 +00:00
|
|
|
<mousebind button="A-Right" action="Drag">
|
|
|
|
<action name="Resize"/>
|
|
|
|
</mousebind>
|
2024-12-15 21:35:05 +00:00
|
|
|
</context>
|
|
|
|
|
|
|
|
<context name="Titlebar">
|
|
|
|
<mousebind button="Left" action="Press">
|
|
|
|
<action name="Focus"/>
|
|
|
|
</mousebind>
|
|
|
|
<mousebind button="Left" action="Click">
|
|
|
|
<action name="Raise"/>
|
|
|
|
</mousebind>
|
2024-12-29 03:34:51 +00:00
|
|
|
<mousebind button="Left" action="DoubleClick">
|
|
|
|
<action name="ToggleMaximizeFull"/>
|
|
|
|
</mousebind>
|
2024-12-15 21:35:05 +00:00
|
|
|
<mousebind button="Left" action="Drag">
|
|
|
|
<action name="Move"/>
|
|
|
|
</mousebind>
|
|
|
|
<mousebind button="Right" action="Drag">
|
|
|
|
<action name="Resize"/>
|
|
|
|
</mousebind>
|
|
|
|
<mousebind button="A-Left" action="Press">
|
|
|
|
<action name="Focus"/>
|
|
|
|
</mousebind>
|
|
|
|
<mousebind button="A-Left" action="Click">
|
|
|
|
<action name="Raise"/>
|
|
|
|
</mousebind>
|
|
|
|
<mousebind button="A-Left" action="Drag">
|
|
|
|
<action name="Move"/>
|
|
|
|
</mousebind>
|
|
|
|
<mousebind button="A-Right" action="Drag">
|
|
|
|
<action name="Resize"/>
|
|
|
|
</mousebind>
|
2024-12-16 02:12:41 +00:00
|
|
|
<mousebind button="C-Right" action="Click">
|
|
|
|
<action name="ShowMenu">
|
|
|
|
<menu>client-menu</menu>
|
|
|
|
</action>
|
|
|
|
</mousebind>
|
2024-12-15 21:35:05 +00:00
|
|
|
</context>
|
|
|
|
|
|
|
|
<context name="Iconify">
|
|
|
|
<mousebind button="Left" action="Click">
|
|
|
|
<action name="Iconify"/>
|
|
|
|
</mousebind>
|
|
|
|
</context>
|
|
|
|
|
|
|
|
<context name="Maximize">
|
|
|
|
<mousebind button="Left" action="Click">
|
|
|
|
<action name="ToggleMaximizeFull"/>
|
|
|
|
</mousebind>
|
|
|
|
<mousebind button="Middle" action="Click">
|
|
|
|
<action name="ToggleMaximizeVert"/>
|
|
|
|
</mousebind>
|
|
|
|
<mousebind button="Right" action="Click">
|
|
|
|
<action name="ToggleMaximizeHorz"/>
|
|
|
|
</mousebind>
|
|
|
|
</context>
|
|
|
|
|
|
|
|
<context name="Close">
|
|
|
|
<mousebind button="Left" action="Click">
|
|
|
|
<action name="Close"/>
|
|
|
|
</mousebind>
|
|
|
|
</context>
|
|
|
|
|
2024-12-12 04:37:08 +00:00
|
|
|
<context name="Root">
|
2024-12-30 04:00:40 +00:00
|
|
|
<mousebind button="Right" action="Click">
|
2024-12-12 04:37:08 +00:00
|
|
|
<action name="ShowMenu">
|
|
|
|
<menu>root</menu>
|
|
|
|
</action>
|
|
|
|
</mousebind>
|
|
|
|
</context>
|
|
|
|
</mouse>
|
2024-12-10 03:03:21 +00:00
|
|
|
</openbox_config>
|