123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870 |
- <?xml version="1.0"?>
- <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>
- <focus>
- <focusNew>yes</focusNew>
- <followMouse>no</followMouse>
- <focusLast>yes</focusLast>
- <underMouse>no</underMouse>
- <focusDelay>200</focusDelay>
- <raiseOnFocus>no</raiseOnFocus>
- </focus>
- <placement>
- <policy>Smart</policy>
- <center>yes</center>
- <monitor>Mouse</monitor>
- <primaryMonitor>Mouse</primaryMonitor>
- </placement>
- <theme>
- <name>blocks</name>
- <titleLayout>CLM</titleLayout>
- <keepBorder>yes</keepBorder>
- <animateIconify>yes</animateIconify>
- <font place="ActiveWindow">
- <name>Sans</name>
- <size>10</size>
- <weight>Normal</weight>
- <slant>Normal</slant>
- </font>
- <font place="InactiveWindow">
- <name>Sans</name>
- <size>10</size>
- <weight>Normal</weight>
- <slant>Normal</slant>
- </font>
- <font place="MenuHeader">
- <name>Sans</name>
- <size>10</size>
- <weight>Normal</weight>
- <slant>Normal</slant>
- </font>
- <font place="MenuItem">
- <name>Sans</name>
- <size>11</size>
- <weight>Normal</weight>
- <slant>Normal</slant>
- </font>
- <font place="ActiveOnScreenDisplay">
- <name>Sans</name>
- <size>10</size>
- <weight>Normal</weight>
- <slant>Normal</slant>
- </font>
- <font place="InactiveOnScreenDisplay">
- <name>Sans</name>
- <size>10</size>
- <weight>Normal</weight>
- <slant>Normal</slant>
- </font>
- </theme>
- <desktops>
- <number>5</number>
- <firstdesk>0</firstdesk>
- <names>
- <name>01</name>
- <name>02</name>
- <name>03</name>
- <name>04</name>
- <name>05</name>
- <name>06</name>
- <name>07</name>
- <name>08</name>
- </names>
- <popupTime>0</popupTime>
- </desktops>
- <resize>
- <drawContents>yes</drawContents>
- <popupShow>Never</popupShow>
- <popupPosition>Center</popupPosition>
- <popupFixedPosition>
- <x>10</x>
- <y>10</y>
- </popupFixedPosition>
- </resize>
- <margins>
- <top>80</top>
- <bottom>25</bottom>
- <left>50</left>
- <right>50</right>
- </margins>
- <dock>
- <position>Bottom</position>
- <floatingX>0</floatingX>
- <floatingY>0</floatingY>
- <noStrut>no</noStrut>
- <stacking>Above</stacking>
- <direction>Vertical</direction>
- <autoHide>no</autoHide>
- <hideDelay>300</hideDelay>
- <showDelay>300</showDelay>
- <moveButton>Middle</moveButton>
- </dock>
- <!-- KEYBINDINGS -->
- <keyboard>
- <chainQuitKey/>
- <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-7">
- <action name="GoToDesktop">
- <to>7</to>
- </action>
- </keybind>
- <keybind key="W-8">
- <action name="GoToDesktop">
- <to>8</to>
- </action>
- </keybind>
- <keybind key="S-W-1">
- <action name="SendToDesktop">
- <desktop>1</desktop>
- </action>
- </keybind>
- <keybind key="S-W-2">
- <action name="SendToDesktop">
- <desktop>2</desktop>
- </action>
- </keybind>
- <keybind key="S-W-3">
- <action name="SendToDesktop">
- <desktop>3</desktop>
- </action>
- </keybind>
- <keybind key="S-W-4">
- <action name="SendToDesktop">
- <desktop>4</desktop>
- </action>
- </keybind>
- <keybind key="S-W-5">
- <action name="SendToDesktop">
- <desktop>5</desktop>
- </action>
- </keybind>
- <keybind key="S-W-6">
- <action name="SendToDesktop">
- <desktop>6</desktop>
- </action>
- </keybind>
- <keybind key="S-W-7">
- <action name="SendToDesktop">
- <desktop>7</desktop>
- </action>
- </keybind>
- <keybind key="S-W-8">
- <action name="SendToDesktop">
- <desktop>8</desktop>
- </action>
- </keybind>
- <keybind key="A-Tab">
- <action name="NextWindow">
- <allDesktops>yes</allDesktops>
- <raise>yes</raise>
- <!-- Hide black border around windows -->
- <bar>no</bar>
- <finalactions>
- <action name="Focus"/>
- <action name="UnshadeRaise"/>
- </finalactions>
- </action>
- </keybind>
- <keybind key="W-Tab">
- <action name="NextWindow">
- <allDesktops>yes</allDesktops>
- <!-- Hide black border around windows -->
- <bar>no</bar>
- <finalactions>
- <action name="SendToDesktop">
- <to>current</to>
- </action>
- <action name="focus"/>
- <action name="raise"/>
- </finalactions>
- </action>
- </keybind>
- <!-- Window Tiling: Snap feature -->
- <keybind key="W-Left">
- <action name="UnmaximizeFull"/>
- <action name="MaximizeVert"/>
- <action name="MoveResizeTo">
- <width>50%</width>
- </action>
- <action name="MoveToEdgeWest"/>
- </keybind>
- <keybind key="W-Right">
- <action name="UnmaximizeFull"/>
- <action name="MaximizeVert"/>
- <action name="MoveResizeTo">
- <width>50%</width>
- </action>
- <action name="MoveToEdgeEast"/>
- </keybind>
- <keybind key="W-Up">
- <action name="MaximizeFull"/>
- </keybind>
- <keybind key="W-Down">
- <action name="UnmaximizeFull"/>
- <action name="MoveResizeTo">
- <width>80%</width>
- <height>80%</height>
- </action>
- <action name="MoveToCenter"/>
- </keybind>
- <!-- Top right-->
- <keybind key="W-k">
- <action name="Unmaximize"/>
- <action name="MoveResizeTo">
- <x>-15</x>
- <y>15</y>
- </action>
- </keybind>
- <!-- Top left-->
- <keybind key="W-h">
- <action name="Unmaximize"/>
- <action name="MoveResizeTo">
- <x>15</x>
- <y>15</y>
- </action>
- </keybind>
- <!-- Bottom left-->
- <keybind key="W-j">
- <action name="Unmaximize"/>
- <action name="MoveResizeTo">
- <x>15</x>
- <y>-15</y>
- </action>
- </keybind>
- <!-- Bottom right-->
- <keybind key="W-l">
- <action name="Unmaximize"/>
- <action name="MoveResizeTo">
- <x>-15</x>
- <y>-15</y>
- </action>
- </keybind>
- <keybind key="A-z">
- <action name="Unmaximize"/>
- <action name="MoveResizeTo">
- <x>15</x>
- <y>15</y>
- <height>97%</height>
- <width>32%</width>
- </action>
- </keybind>
- <keybind key="A-x">
- <action name="Unmaximize"/>
- <action name="MoveResizeTo">
- <x>34%</x>
- <y>15</y>
- <height>97%</height>
- <width>32%</width>
- </action>
- </keybind>
- <keybind key="A-c">
- <action name="Unmaximize"/>
- <action name="MoveResizeTo">
- <x>-17</x>
- <y>15</y>
- <height>97%</height>
- <width>32%</width>
- </action>
- </keybind>
- <!-- Move -->
- <keybind key="W-Up">
- <action name="MoveRelative">
- <x>0</x>
- <y>-20</y>
- </action>
- </keybind>
- <keybind key="W-Down">
- <action name="MoveRelative">
- <x>0</x>
- <y>20</y>
- </action>
- </keybind>
- <!-- Resize -->
- <keybind key="C-A-Right">
- <action name="ResizeRelative">
- <right>20</right>
- </action>
- </keybind>
- <keybind key="C-A-Left">
- <action name="ResizeRelative">
- <right>-20</right>
- </action>
- </keybind>
- <keybind key="C-A-Down">
- <action name="ResizeRelative">
- <bottom>20</bottom>
- </action>
- </keybind>
- <keybind key="C-A-Up">
- <action name="ResizeRelative">
- <bottom>-20</bottom>
- </action>
- </keybind>
- <keybind key="W-S-Left">
- <action name="SendToDesktopLeft"/>
- </keybind>
- <keybind key="W-S-Right">
- <action name="SendToDesktopRight"/>
- </keybind>
- <keybind key="XF86AudioRaiseVolume">
- <action name="Execute">
- <command>amixer set Master 3%+</command>
- </action>
- </keybind>
- <keybind key="XF86AudioLowerVolume">
- <action name="Execute">
- <command>amixer set Master 3%-</command>
- </action>
- </keybind>
- <keybind key="XF86AudioMute">
- <action name="Execute">
- <command>amixer set Master toggle</command>
- </action>
- </keybind>
- <keybind key="Print">
- <action name="Execute">
- <command>xfce4-screenshooter</command>
- </action>
- </keybind>
- <!-- USER's Keys -->
- <keybind key="W-S">
- <action name="Execute">
- <command>~/.config/rofi/scripts/simple.sh</command>
- </action>
- </keybind>
- <!-- Openbox -->
- <keybind key="C-S-Escape">
- <action name="Exit"/>
- </keybind>
- <keybind key="C-S-BackSpace">
- <action name="Restart"/>
- </keybind>
- <keybind key="C-S-R">
- <action name="Reconfigure"/>
- </keybind>
- <keybind key="W-Escape">
- <action name="Execute">
- <command>xkill</command>
- </action>
- </keybind>
- <keybind key="A-F4">
- <action name="Close"/>
- </keybind>
- <keybind key="A-F5">
- <action name="Iconify"/>
- </keybind>
- <keybind key="A-F6">
- <action name="ToggleMaximize"/>
- </keybind>
- <keybind key="A-F7">
- <action name="ToggleDecorations"/>
- </keybind>
- <keybind key="W-d">
- <action name="ToggleShowDesktop"/>
- </keybind>
- <keybind key="A-r">
- <action name="Resize"/>
- </keybind>
- <keybind key="A-m">
- <action name="Move"/>
- </keybind>
- <keybind key="S-W-q">
- <action name="Close"/>
- </keybind>
- <keybind key="W-space">
- <action name="ShowMenu">
- <menu>root-menu</menu>
- </action>
- </keybind>
- <keybind key="A-space">
- <action name="ShowMenu">
- <menu>client-menu</menu>
- </action>
- </keybind>
- <keybind key="W-KP_1">
- <action name="UnmaximizeFull"/>
- <action name="MoveResizeTo">
- <x>0</x>
- <y>-0</y>
- <width>50%</width>
- <height>50%</height>
- </action>
- </keybind>
- <keybind key="W-KP_2">
- <action name="UnmaximizeFull"/>
- <action name="MoveResizeTo">
- <x>0</x>
- <y>-0</y>
- <width>100%</width>
- <height>50%</height>
- </action>
- </keybind>
- <keybind key="W-KP_3">
- <action name="UnmaximizeFull"/>
- <action name="MoveResizeTo">
- <x>-0</x>
- <y>-0</y>
- <width>50%</width>
- <height>50%</height>
- </action>
- </keybind>
- <keybind key="W-KP_4">
- <action name="UnmaximizeFull"/>
- <action name="MoveResizeTo">
- <x>0</x>
- <y>0</y>
- <width>50%</width>
- <height>100%</height>
- </action>
- </keybind>
- <keybind key="W-KP_5">
- <action name="MaximizeFull"/>
- </keybind>
- <keybind key="W-KP_6">
- <action name="UnmaximizeFull"/>
- <action name="MoveResizeTo">
- <x>-0</x>
- <y>0</y>
- <width>50%</width>
- <height>100%</height>
- </action>
- </keybind>
- <keybind key="W-KP_7">
- <action name="UnmaximizeFull"/>
- <action name="MoveResizeTo">
- <x>0</x>
- <y>0</y>
- <width>50%</width>
- <height>50%</height>
- </action>
- </keybind>
- <keybind key="W-KP_8">
- <action name="UnmaximizeFull"/>
- <action name="MoveResizeTo">
- <x>0</x>
- <y>0</y>
- <width>100%</width>
- <height>50%</height>
- </action>
- </keybind>
- <keybind key="W-KP_9">
- <action name="UnmaximizeFull"/>
- <action name="MoveResizeTo">
- <x>-0</x>
- <y>0</y>
- <width>50%</width>
- <height>50%</height>
- </action>
- </keybind>
- </keyboard>
- <mouse>
- <dragThreshold>4</dragThreshold>
- <doubleClickTime>400</doubleClickTime>
- <screenEdgeWarpTime>600</screenEdgeWarpTime>
- <screenEdgeWarpMouse>false</screenEdgeWarpMouse>
- <context name="Frame">
- <mousebind action="Press" button="A-Left">
- <action name="Focus"/>
- <action name="Raise"/>
- </mousebind>
- <mousebind action="Drag" button="A-Left">
- <action name="Move"/>
- </mousebind>
- <mousebind action="Press" button="A-Right">
- <action name="Focus"/>
- <action name="Raise"/>
- <action name="Unshade"/>
- </mousebind>
- <mousebind action="Drag" button="A-Right">
- <action name="Resize"/>
- </mousebind>
- </context>
- <context name="Titlebar">
- <mousebind action="Press" button="A-Left">
- <action name="Focus"/>
- <action name="Raise"/>
- </mousebind>
- <mousebind action="Drag" button="A-Left">
- <action name="Move"/>
- </mousebind>
- <mousebind action="Press" button="Left">
- <action name="Focus"/>
- <action name="Raise"/>
- </mousebind>
- <mousebind action="Drag" button="Left">
- <action name="if">
- <maximizedvertical>yes</maximizedvertical>
- <then>
- <action name="Unmaximize"/>
- <direction>vertical</direction>
- <action name="MoveResizeTo">
- <x>center</x>
- <y>current</y>
- </action>
- <action name="Move"/>
- </then>
- <else>
- <action name="Move"/>
- </else>
- </action>
- </mousebind>
- <mousebind action="DoubleClick" button="Left">
- <action name="ToggleMaximizeFull"/>
- </mousebind>
- <mousebind action="Click" button="Up">
- <action name="if">
- <shaded>no</shaded>
- <then>
- <action name="Shade"/>
- <action name="FocusToBottom"/>
- <action name="Unfocus"/>
- <action name="Lower"/>
- </then>
- </action>
- </mousebind>
- <mousebind action="Click" button="Down">
- <action name="if">
- <shaded>yes</shaded>
- <then>
- <action name="Unshade"/>
- <action name="Raise"/>
- </then>
- </action>
- </mousebind>
- <mousebind action="Press" button="Right">
- <action name="Focus"/>
- <action name="Raise"/>
- <action name="ShowMenu">
- <menu>client-menu</menu>
- </action>
- </mousebind>
- </context>
- <context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
- <mousebind action="Press" button="Left">
- <action name="Focus"/>
- <action name="Raise"/>
- <action name="Unshade"/>
- </mousebind>
- <mousebind action="Press" button="Right">
- <action name="Focus"/>
- <action name="Raise"/>
- <action name="ShowMenu">
- <menu>client-menu</menu>
- </action>
- </mousebind>
- </context>
- <context name="Top">
- <mousebind action="Press" button="Left">
- <action name="Focus"/>
- <action name="Raise"/>
- <action name="Unshade"/>
- </mousebind>
- <mousebind action="Drag" button="Left">
- <action name="Resize">
- <edge>top</edge>
- </action>
- </mousebind>
- </context>
- <context name="Left">
- <mousebind action="Press" button="Left">
- <action name="Focus"/>
- <action name="Raise"/>
- </mousebind>
- <mousebind action="Drag" button="Left">
- <action name="Resize">
- <edge>left</edge>
- </action>
- </mousebind>
- </context>
- <context name="Right">
- <mousebind action="Press" button="Left">
- <action name="Focus"/>
- <action name="Raise"/>
- </mousebind>
- <mousebind action="Drag" button="Left">
- <action name="Resize">
- <edge>right</edge>
- </action>
- </mousebind>
- </context>
- <context name="Bottom">
- <mousebind action="Press" button="Left">
- <action name="Focus"/>
- <action name="Raise"/>
- </mousebind>
- <mousebind action="Drag" button="Left">
- <action name="Resize">
- <edge>bottom</edge>
- </action>
- </mousebind>
- </context>
- <context name="TRCorner BRCorner TLCorner BLCorner">
- <mousebind action="Press" button="Left">
- <action name="Focus"/>
- <action name="Raise"/>
- <action name="Unshade"/>
- </mousebind>
- <mousebind action="Drag" button="Left">
- <action name="Resize"/>
- </mousebind>
- </context>
- <context name="Client">
- <mousebind action="Press" button="A-Left">
- <action name="Focus"/>
- <action name="Raise"/>
- </mousebind>
- <mousebind action="Drag" button="A-Left">
- <action name="Move"/>
- </mousebind>
- <mousebind action="Press" button="Left">
- <action name="Focus"/>
- <action name="Raise"/>
- </mousebind>
- <mousebind action="Press" button="Right">
- <action name="Focus"/>
- <action name="Raise"/>
- </mousebind>
- </context>
- <context name="Icon">
- <mousebind action="Press" button="Right">
- <action name="Focus"/>
- <action name="Raise"/>
- <action name="Unshade"/>
- <action name="ShowMenu">
- <menu>client-menu</menu>
- </action>
- </mousebind>
- </context>
- <context name="AllDesktops">
- <mousebind action="Click" button="Left">
- <action name="ToggleOmnipresent"/>
- </mousebind>
- </context>
- <context name="Shade">
- <mousebind action="Click" button="Left">
- <action name="ToggleShade"/>
- </mousebind>
- </context>
- <context name="Iconify">
- <mousebind action="Click" button="Left">
- <action name="Iconify"/>
- </mousebind>
- </context>
- <context name="Maximize">
- <mousebind action="Press" button="Left">
- <action name="Focus"/>
- <action name="Raise"/>
- <action name="Unshade"/>
- </mousebind>
- <mousebind action="Press" button="Right">
- <action name="Focus"/>
- <action name="Raise"/>
- <action name="Unshade"/>
- </mousebind>
- <mousebind action="Click" button="Left">
- <action name="ToggleMaximize"/>
- </mousebind>
- <mousebind action="Click" button="Right">
- <action name="ToggleMaximize">
- <direction>horizontal</direction>
- </action>
- </mousebind>
- </context>
- <context name="Close">
- <mousebind action="Click" button="Left">
- <action name="Close"/>
- </mousebind>
- </context>
- <context name="Desktop">
- <mousebind action="Click" button="Left">
- <action name="Focus"/>
- </mousebind>
- <mousebind action="Click" button="A-Up">
- <action name="GoToDesktop">
- <to>previous</to>
- </action>
- </mousebind>
- <mousebind action="Click" button="A-Down">
- <action name="GoToDesktop">
- <to>next</to>
- </action>
- </mousebind>
- </context>
- <context name="Root">
- <mousebind action="Press" button="Middle">
- <action name="ShowMenu">
- <menu>client-list-combined-menu</menu>
- </action>
- </mousebind>
- <mousebind action="Press" button="A-Right">
- <action name="ShowMenu">
- <menu>client-list-combined-menu</menu>
- </action>
- </mousebind>
- <mousebind action="Press" button="Right">
- <action name="ShowMenu">
- <menu>root-menu</menu>
- </action>
- </mousebind>
- </context>
- </mouse>
- <menu>
- <file>menu.xml</file>
- <hideDelay>400</hideDelay>
- <middle>no</middle>
- <submenuShowDelay>100</submenuShowDelay>
- <submenuHideDelay>200</submenuHideDelay>
- <applicationIcons>no</applicationIcons>
- <manageDesktops>yes</manageDesktops>
- </menu>
- <applications>
- <application name="oblogout">
- <position force="no">
- <monitor>1</monitor>
- </position>
- <fullscreen>yes</fullscreen>
- </application>
- <application name="obconf">
- <position force="no">
- <x>0%</x>
- <y>0%</y>
- <monitor>1</monitor>
- </position>
- <size>
- <width>50%</width>
- <height>50%</height>
- </size>
- </application>
- <!--
-
- # this is an example with comments through out. use these to make your
- # own rules, but without the comments of course.
- # you may use one or more of the name/class/role/title/type rules to specify
- # windows to match
- <application name="the window's _OB_APP_NAME property (see obxprop)"
- class="the window's _OB_APP_CLASS property (see obxprop)"
- groupname="the window's _OB_APP_GROUP_NAME property (see obxprop)"
- groupclass="the window's _OB_APP_GROUP_CLASS property (see obxprop)"
- role="the window's _OB_APP_ROLE property (see obxprop)"
- title="the window's _OB_APP_TITLE property (see obxprop)"
- type="the window's _OB_APP_TYPE property (see obxprob)..
- (if unspecified, then it is 'dialog' for child windows)">
- # you may set only one of name/class/role/title/type, or you may use more
- # than one together to restrict your matches.
- # the name, class, role, and title use simple wildcard matching such as those
- # used by a shell. you can use * to match any characters and ? to match
- # any single character.
- # the type is one of: normal, dialog, splash, utility, menu, toolbar, dock,
- # or desktop
- # when multiple rules match a window, they will all be applied, in the
- # order that they appear in this list
- # each rule element can be left out or set to 'default' to specify to not
- # change that attribute of the window
- <decor>yes</decor>
- # enable or disable window decorations
- <shade>no</shade>
- # make the window shaded when it appears, or not
- <position force="no">
- # the position is only used if both an x and y coordinate are provided
- # (and not set to 'default')
- # when force is "yes", then the window will be placed here even if it
- # says you want it placed elsewhere. this is to override buggy
- # applications who refuse to behave
- <x>center</x>
- # a number like 50, or 'center' to center on screen. use a negative number
- # to start from the right (or bottom for <y>), ie -50 is 50 pixels from
- # the right edge (or bottom). use 'default' to specify using value
- # provided by the application, or chosen by openbox, instead.
- <y>200</y>
- <monitor>1</monitor>
- # specifies the monitor in a xinerama setup.
- # 1 is the first head, or 'mouse' for wherever the mouse is
- </position>
- <size>
- # the size to make the window.
- <width>20</width>
- # a number like 20, or 'default' to use the size given by the application.
- # you can use fractions such as 1/2 or percentages such as 75% in which
- # case the value is relative to the size of the monitor that the window
- # appears on.
- <height>30%</height>
- </size>
- <focus>yes</focus>
- # if the window should try be given focus when it appears. if this is set
- # to yes it doesn't guarantee the window will be given focus. some
- # restrictions may apply, but Openbox will try to
- <desktop>1</desktop>
- # 1 is the first desktop, 'all' for all desktops
- <layer>normal</layer>
- # 'above', 'normal', or 'below'
- <iconic>no</iconic>
- # make the window iconified when it appears, or not
- <skip_pager>no</skip_pager>
- # asks to not be shown in pagers
- <skip_taskbar>no</skip_taskbar>
- # asks to not be shown in taskbars. window cycling actions will also
- # skip past such windows
- <fullscreen>yes</fullscreen>
- # make the window in fullscreen mode when it appears
- <maximized>true</maximized>
- # 'Horizontal', 'Vertical' or boolean (yes/no)
- </application>
- # end of the example
- -->
- </applications>
- </openbox_config>
- <!-- vim:sw=2
- -->
|