added openbox
This commit is contained in:
parent
21cb15a5fc
commit
391246ca1e
289
openbox/rc.xml
Normal file
289
openbox/rc.xml
Normal file
@ -0,0 +1,289 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<focus>
|
||||
<followMouse>yes</followMouse>
|
||||
<focusLast>no</focusLast>
|
||||
<underMouse>yes</underMouse>
|
||||
<focusDelay>0</focusDelay>
|
||||
<focusNew>yes</focusNew>
|
||||
<raiseOnFocus>no</raiseOnFocus>
|
||||
</focus>
|
||||
<theme>
|
||||
<name>w</name>
|
||||
<titleLayout>LIMC</titleLayout>
|
||||
<cornerRadius>5</cornerRadius>
|
||||
<keepBorder>no</keepBorder>
|
||||
<animateIconify>yes</animateIconify>
|
||||
<font place="ActiveWindow">
|
||||
<name>Roboto</name>
|
||||
<size>13</size>
|
||||
<weight>Normal</weight>
|
||||
<slant>Normal</slant>
|
||||
</font>
|
||||
<font place="InactiveWindow">
|
||||
<name>Roboto Mono Medium</name>
|
||||
<size>10</size>
|
||||
<weight>Normal</weight>
|
||||
<slant>Normal</slant>
|
||||
</font>
|
||||
<font place="MenuHeader">
|
||||
<name>Sans</name>
|
||||
<size>8</size>
|
||||
<weight/>
|
||||
<slant/>
|
||||
</font>
|
||||
<font place="MenuItem">
|
||||
<name>Sans</name>
|
||||
<size>8</size>
|
||||
<weight/>
|
||||
<slant/>
|
||||
</font>
|
||||
<font place="ActiveOnScreenDisplay">
|
||||
<name/>
|
||||
</font>
|
||||
<font place="InactiveOnScreenDisplay">
|
||||
<name>Sans</name>
|
||||
<size>8</size>
|
||||
<weight/>
|
||||
<slant/>
|
||||
</font>
|
||||
</theme>
|
||||
<desktops>
|
||||
<number>6</number>
|
||||
<popupTime>0</popupTime>
|
||||
<names/>
|
||||
</desktops>
|
||||
<resize>
|
||||
<drawContents>yes</drawContents>
|
||||
<popupShow>Never</popupShow>
|
||||
<popupPosition>Center</popupPosition>
|
||||
<popupFixedPosition>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
</popupFixedPosition>
|
||||
</resize>
|
||||
<keyboard>
|
||||
<keybind key="W-1">
|
||||
<action name="GoToDesktop">
|
||||
<to>1</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-2">
|
||||
<action name="GoToDesktop">
|
||||
<to>2</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-3">
|
||||
<action name="GoToDesktop">
|
||||
<to>3</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-4">
|
||||
<action name="GoToDesktop">
|
||||
<to>4</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-5">
|
||||
<action name="GoToDesktop">
|
||||
<to>5</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-6">
|
||||
<action name="GoToDesktop">
|
||||
<to>6</to>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-S-1">
|
||||
<action name="SendToDesktop">
|
||||
<to>1</to>
|
||||
<wrap>no</wrap>
|
||||
<follow>no</follow>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-S-2">
|
||||
<action name="SendToDesktop">
|
||||
<to>2</to>
|
||||
<wrap>no</wrap>
|
||||
<follow>no</follow>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-S-3">
|
||||
<action name="SendToDesktop">
|
||||
<to>3</to>
|
||||
<wrap>no</wrap>
|
||||
<follow>no</follow>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-S-4">
|
||||
<action name="SendToDesktop">
|
||||
<to>4</to>
|
||||
<wrap>no</wrap>
|
||||
<follow>no</follow>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-S-5">
|
||||
<action name="SendToDesktop">
|
||||
<to>5</to>
|
||||
<wrap>no</wrap>
|
||||
<follow>no</follow>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-S-6">
|
||||
<action name="SendToDesktop">
|
||||
<to>6</to>
|
||||
<wrap>no</wrap>
|
||||
<follow>no</follow>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-o">
|
||||
<action name="ToggleOmnipresent"/>
|
||||
</keybind>
|
||||
<keybind key="W-a">
|
||||
<action name="ToggleAlwaysOnTop"/>
|
||||
</keybind>
|
||||
<keybind key="W-b">
|
||||
<action name="Execute">
|
||||
<command>rofi -show run</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-f">
|
||||
<action name="ToggleMaximizeFull"/>
|
||||
</keybind>
|
||||
<keybind key="W-m">
|
||||
<action name="ToggleFullscreen"/>
|
||||
</keybind>
|
||||
<keybind key="W-q">
|
||||
<action name="Close"/>
|
||||
</keybind>
|
||||
<keybind key="A-Tab">
|
||||
<action name="NextWindow">
|
||||
<dialog>none</dialog>
|
||||
<finalactions>
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
<action name="Unshade"/>
|
||||
</finalactions>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-Return">
|
||||
<action name="Execute">
|
||||
<command>terminator</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-d">
|
||||
<action name="Execute">
|
||||
<command/>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-c">
|
||||
<action name="MoveToCenter"/>
|
||||
</keybind>
|
||||
<keybind key="XF86AudioMute">
|
||||
<action name="Execute">
|
||||
<command>pactl set-sink-volume 0 0%</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="XF86AudioRaiseVolume">
|
||||
<action name="Execute">
|
||||
<command>pactl set-sink-volume 0 +10%</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="XF86AudioLowerVolume">
|
||||
<action name="Execute">
|
||||
<command>pactl set-sink-volume 0 -10%</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-w">
|
||||
<action name="Execute">
|
||||
<command>nitrogen</command>
|
||||
</action>
|
||||
</keybind>
|
||||
</keyboard>
|
||||
<mouse>
|
||||
<context name="Frame">
|
||||
<mousebind button="W-Left" action="Press">
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
<mousebind button="W-Left" action="Drag">
|
||||
<action name="Move"/>
|
||||
</mousebind>
|
||||
<mousebind button="W-Right" action="Press">
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
<action name="Unshade"/>
|
||||
</mousebind>
|
||||
<mousebind button="W-Right" action="Drag">
|
||||
<action name="Resize"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="Titlebar">
|
||||
<mousebind button="Left" action="Drag">
|
||||
<action name="Move"/>
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="DoubleClick">
|
||||
<action name="ToggleMaximizeFull"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="Top">
|
||||
<mousebind button="Left" action="Drag">
|
||||
<action name="Resize">
|
||||
<edge>top</edge>
|
||||
</action>
|
||||
</mousebind>
|
||||
</context>
|
||||
<dragThreshold>8</dragThreshold>
|
||||
<screenEdgeWarpTime>400</screenEdgeWarpTime>
|
||||
<doubleClickTime>200</doubleClickTime>
|
||||
</mouse>
|
||||
<applications>
|
||||
<application class="Chrom*">
|
||||
<decor>no</decor>
|
||||
</application>
|
||||
<application class="*" type="normal">
|
||||
<position force="yes">
|
||||
<x>center</x>
|
||||
<y>center</y>
|
||||
</position>
|
||||
</application>
|
||||
<application name="music" type="normal">
|
||||
<position force="yes">
|
||||
<x>2449</x>
|
||||
<y>1050</y>
|
||||
</position>
|
||||
</application>
|
||||
<application name="launcher">
|
||||
<decor>no</decor>
|
||||
<position force="yes">
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
</position>
|
||||
</application>
|
||||
</applications>
|
||||
<placement>
|
||||
<policy>Smart</policy>
|
||||
<monitor>Any</monitor>
|
||||
<primaryMonitor/>
|
||||
</placement>
|
||||
<resistance>
|
||||
<strength>10</strength>
|
||||
<screen_edge_strength>20</screen_edge_strength>
|
||||
</resistance>
|
||||
<margins>
|
||||
<left>0</left>
|
||||
<right>0</right>
|
||||
<top>0</top>
|
||||
<bottom>0</bottom>
|
||||
</margins>
|
||||
<dock>
|
||||
<position>TopLeft</position>
|
||||
<floatingX>0</floatingX>
|
||||
<floatingY>0</floatingY>
|
||||
<stacking>Above</stacking>
|
||||
<direction>Vertical</direction>
|
||||
<noStrut>no</noStrut>
|
||||
<autoHide>no</autoHide>
|
||||
<hideDelay>300</hideDelay>
|
||||
<showDelay>300</showDelay>
|
||||
</dock>
|
||||
</openbox_config>
|
Loading…
Reference in New Issue
Block a user