46 lines
1.4 KiB
XML
46 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<openbox_config xmlns="http://openbox.org/3.4/rc">
|
|
<theme>
|
|
<name>Clearlooks</name>
|
|
<titleLayout>NLIMC</titleLayout>
|
|
<font place="ActiveWindow"><name>Noto Sans</name><size>10</size></font>
|
|
<font place="InactiveWindow"><name>Noto Sans</name><size>10</size></font>
|
|
<font place="MenuHeader"><name>Noto Sans</name><size>10</size></font>
|
|
<font place="MenuItem"><name>Noto Sans</name><size>10</size></font>
|
|
</theme>
|
|
<desktops>
|
|
<number>1</number>
|
|
</desktops>
|
|
<keyboard>
|
|
<keybind key="A-F4">
|
|
<action name="Close"/>
|
|
</keybind>
|
|
<keybind key="A-Tab">
|
|
<action name="NextWindow"/>
|
|
</keybind>
|
|
</keyboard>
|
|
<mouse>
|
|
<context name="Root">
|
|
<mousebind button="Right" action="Press">
|
|
<action name="ShowMenu"><menu>root-menu</menu></action>
|
|
</mousebind>
|
|
</context>
|
|
<context name="Titlebar">
|
|
<mousebind button="Left" action="Drag">
|
|
<action name="Move"/>
|
|
</mousebind>
|
|
<mousebind button="Left" action="DoubleClick">
|
|
<action name="ToggleMaximize"/>
|
|
</mousebind>
|
|
</context>
|
|
<context name="Frame">
|
|
<mousebind button="A-Left" action="Drag">
|
|
<action name="Move"/>
|
|
</mousebind>
|
|
<mousebind button="A-Right" action="Drag">
|
|
<action name="Resize"/>
|
|
</mousebind>
|
|
</context>
|
|
</mouse>
|
|
</openbox_config>
|