Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx <?xml version="1.0" encoding="UTF-8"?>
     5         kx <!-- Do not edit this file, it will be overwritten on install.
     5         kx         Copy the file to $HOME/.config/openbox/ instead. -->
     5         kx <openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
     5         kx   <resistance>
     5         kx     <strength>10</strength>
     5         kx     <screen_edge_strength>20</screen_edge_strength>
     5         kx   </resistance>
     5         kx   <focus>
     5         kx     <focusNew>yes</focusNew>
     5         kx     <!-- always try to focus new windows when they appear. other rules do
     5         kx        apply -->
     5         kx     <followMouse>no</followMouse>
     5         kx     <!-- move focus to a window when you move the mouse into it -->
     5         kx     <focusLast>yes</focusLast>
     5         kx     <!-- focus the last used window when changing desktops, instead of the one
     5         kx        under the mouse pointer. when followMouse is enabled -->
     5         kx     <underMouse>no</underMouse>
     5         kx     <!-- move focus under the mouse, even when the mouse is not moving -->
     5         kx     <focusDelay>200</focusDelay>
     5         kx     <!-- when followMouse is enabled, the mouse must be inside the window for
     5         kx        this many milliseconds (1000 = 1 sec) before moving focus to it -->
     5         kx     <raiseOnFocus>no</raiseOnFocus>
     5         kx     <!-- when followMouse is enabled, and a window is given focus by moving the
     5         kx        mouse into it, also raise the window -->
     5         kx   </focus>
     5         kx   <placement>
     5         kx     <policy>Smart</policy>
     5         kx     <!-- 'Smart' or 'UnderMouse' -->
     5         kx     <center>yes</center>
     5         kx     <!-- whether to place windows in the center of the free area found or
     5         kx        the top left corner -->
     5         kx     <monitor>Primary</monitor>
     5         kx     <!-- with Smart placement on a multi-monitor system, try to place new windows
     5         kx        on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
     5         kx        the active window is, 'Primary' - only on the primary monitor -->
     5         kx     <primaryMonitor>1</primaryMonitor>
     5         kx     <!-- The monitor where Openbox should place popup dialogs such as the
     5         kx        focus cycling popup, or the desktop switch popup.  It can be an index
     5         kx        from 1, specifying a particular monitor.  Or it can be one of the
     5         kx        following: 'Mouse' - where the mouse is, or
     5         kx                   'Active' - where the active window is -->
     5         kx   </placement>
     5         kx   <theme>
   385         kx     <name>Onyx-DarkRed</name>
     5         kx     <titleLayout>NLIMC</titleLayout>
     5         kx     <!--
     5         kx       available characters are NDSLIMC, each can occur at most once.
     5         kx       N: window icon
     5         kx       L: window label (AKA title).
     5         kx       I: iconify
     5         kx       M: maximize
     5         kx       C: close
     5         kx       S: shade (roll up/down)
     5         kx       D: omnipresent (on all desktops).
     5         kx   -->
     5         kx     <keepBorder>yes</keepBorder>
     5         kx     <animateIconify>yes</animateIconify>
     5         kx     <font place="ActiveWindow">
     5         kx       <name>sans</name>
     5         kx       <size>8</size>
     5         kx       <!-- font size in points -->
     5         kx       <weight>bold</weight>
     5         kx       <!-- 'bold' or 'normal' -->
     5         kx       <slant>normal</slant>
     5         kx       <!-- 'italic' or 'normal' -->
     5         kx     </font>
     5         kx     <font place="InactiveWindow">
     5         kx       <name>sans</name>
     5         kx       <size>8</size>
     5         kx       <!-- font size in points -->
     5         kx       <weight>bold</weight>
     5         kx       <!-- 'bold' or 'normal' -->
     5         kx       <slant>normal</slant>
     5         kx       <!-- 'italic' or 'normal' -->
     5         kx     </font>
     5         kx     <font place="MenuHeader">
     5         kx       <name>sans</name>
     5         kx       <size>9</size>
     5         kx       <!-- font size in points -->
     5         kx       <weight>normal</weight>
     5         kx       <!-- 'bold' or 'normal' -->
     5         kx       <slant>normal</slant>
     5         kx       <!-- 'italic' or 'normal' -->
     5         kx     </font>
     5         kx     <font place="MenuItem">
     5         kx       <name>sans</name>
     5         kx       <size>9</size>
     5         kx       <!-- font size in points -->
     5         kx       <weight>normal</weight>
     5         kx       <!-- 'bold' or 'normal' -->
     5         kx       <slant>normal</slant>
     5         kx       <!-- 'italic' or 'normal' -->
     5         kx     </font>
     5         kx     <font place="ActiveOnScreenDisplay">
     5         kx       <name>sans</name>
     5         kx       <size>9</size>
     5         kx       <!-- font size in points -->
     5         kx       <weight>bold</weight>
     5         kx       <!-- 'bold' or 'normal' -->
     5         kx       <slant>normal</slant>
     5         kx       <!-- 'italic' or 'normal' -->
     5         kx     </font>
     5         kx     <font place="InactiveOnScreenDisplay">
     5         kx       <name>sans</name>
     5         kx       <size>9</size>
     5         kx       <!-- font size in points -->
     5         kx       <weight>bold</weight>
     5         kx       <!-- 'bold' or 'normal' -->
     5         kx       <slant>normal</slant>
     5         kx       <!-- 'italic' or 'normal' -->
     5         kx     </font>
     5         kx   </theme>
     5         kx   <desktops>
     5         kx     <!-- this stuff is only used at startup, pagers allow you to change them
     5         kx        during a session
     5         kx 
     5         kx        these are default values to use when other ones are not already set
     5         kx        by other applications, or saved in your session
     5         kx 
     5         kx        use obconf if you want to change these without having to log out
     5         kx        and back in -->
     5         kx     <number>4</number>
     5         kx     <firstdesk>1</firstdesk>
     5         kx     <names>
     5         kx       <name>Desktop 1</name>
     5         kx       <name>Desktop 2</name>
     5         kx       <name>Desktop 3</name>
     5         kx       <name>Desktop 4</name>
     5         kx     </names>
     5         kx     <popupTime>875</popupTime>
     5         kx     <!-- The number of milliseconds to show the popup for when switching
     5         kx        desktops.  Set this to 0 to disable the popup. -->
     5         kx   </desktops>
     5         kx   <resize>
     5         kx     <drawContents>yes</drawContents>
     5         kx     <popupShow>Nonpixel</popupShow>
     5         kx     <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
     5         kx     <popupPosition>Center</popupPosition>
     5         kx     <!-- 'Center', 'Top', or 'Fixed' -->
     5         kx     <popupFixedPosition>
     5         kx       <!-- these are used if popupPosition is set to 'Fixed' -->
     5         kx       <x>10</x>
     5         kx       <!-- positive number for distance from left edge, negative number for
     5         kx          distance from right edge, or 'Center' -->
     5         kx       <y>10</y>
     5         kx       <!-- positive number for distance from top edge, negative number for
     5         kx          distance from bottom edge, or 'Center' -->
     5         kx     </popupFixedPosition>
     5         kx   </resize>
     5         kx   <!-- You can reserve a portion of your screen where windows will not cover when
     5         kx      they are maximized, or when they are initially placed.
     5         kx      Many programs reserve space automatically, but you can use this in other
     5         kx      cases. -->
     5         kx   <margins>
     5         kx     <top>0</top>
     5         kx     <bottom>0</bottom>
     5         kx     <left>0</left>
     5         kx     <right>0</right>
     5         kx   </margins>
     5         kx   <dock>
     5         kx     <position>TopLeft</position>
     5         kx     <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
     5         kx     <floatingX>0</floatingX>
     5         kx     <floatingY>0</floatingY>
     5         kx     <noStrut>no</noStrut>
     5         kx     <stacking>Above</stacking>
     5         kx     <!-- 'Above', 'Normal', or 'Below' -->
     5         kx     <direction>Vertical</direction>
     5         kx     <!-- 'Vertical' or 'Horizontal' -->
     5         kx     <autoHide>no</autoHide>
     5         kx     <hideDelay>300</hideDelay>
     5         kx     <!-- in milliseconds (1000 = 1 second) -->
     5         kx     <showDelay>300</showDelay>
     5         kx     <!-- in milliseconds (1000 = 1 second) -->
     5         kx     <moveButton>Middle</moveButton>
     5         kx     <!-- 'Left', 'Middle', 'Right' -->
     5         kx   </dock>
     5         kx   <keyboard>
     5         kx     <chainQuitKey>C-g</chainQuitKey>
     5         kx     <!-- Keybindings for desktop switching -->
     5         kx     <keybind key="C-A-Left">
     5         kx       <action name="GoToDesktop">
     5         kx         <to>left</to>
     5         kx         <wrap>no</wrap>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="C-A-Right">
     5         kx       <action name="GoToDesktop">
     5         kx         <to>right</to>
     5         kx         <wrap>no</wrap>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="C-A-Up">
     5         kx       <action name="GoToDesktop">
     5         kx         <to>up</to>
     5         kx         <wrap>no</wrap>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="C-A-Down">
     5         kx       <action name="GoToDesktop">
     5         kx         <to>down</to>
     5         kx         <wrap>no</wrap>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="S-A-Left">
     5         kx       <action name="SendToDesktop">
     5         kx         <to>left</to>
     5         kx         <wrap>no</wrap>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="S-A-Right">
     5         kx       <action name="SendToDesktop">
     5         kx         <to>right</to>
     5         kx         <wrap>no</wrap>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="S-A-Up">
     5         kx       <action name="SendToDesktop">
     5         kx         <to>up</to>
     5         kx         <wrap>no</wrap>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="S-A-Down">
     5         kx       <action name="SendToDesktop">
     5         kx         <to>down</to>
     5         kx         <wrap>no</wrap>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="W-F1">
     5         kx       <action name="GoToDesktop">
     5         kx         <to>1</to>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="W-F2">
     5         kx       <action name="GoToDesktop">
     5         kx         <to>2</to>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="W-F3">
     5         kx       <action name="GoToDesktop">
     5         kx         <to>3</to>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="W-F4">
     5         kx       <action name="GoToDesktop">
     5         kx         <to>4</to>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="W-d">
     5         kx       <action name="ToggleShowDesktop"/>
     5         kx     </keybind>
     5         kx     <!-- Keybindings for windows -->
     5         kx     <keybind key="A-F4">
     5         kx       <action name="Close"/>
     5         kx     </keybind>
     5         kx     <keybind key="A-Escape">
     5         kx       <action name="Lower"/>
     5         kx       <action name="FocusToBottom"/>
     5         kx       <action name="Unfocus"/>
     5         kx     </keybind>
     5         kx     <keybind key="A-space">
     5         kx       <action name="ShowMenu">
     5         kx         <menu>client-menu</menu>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <!-- Keybindings for window switching -->
     5         kx     <keybind key="A-Tab">
     5         kx       <action name="NextWindow">
     5         kx         <finalactions>
     5         kx           <action name="Focus"/>
     5         kx           <action name="Raise"/>
     5         kx           <action name="Unshade"/>
     5         kx         </finalactions>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="A-S-Tab">
     5         kx       <action name="PreviousWindow">
     5         kx         <finalactions>
     5         kx           <action name="Focus"/>
     5         kx           <action name="Raise"/>
     5         kx           <action name="Unshade"/>
     5         kx         </finalactions>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="C-A-Tab">
     5         kx       <action name="NextWindow">
     5         kx         <panels>yes</panels>
     5         kx         <desktop>yes</desktop>
     5         kx         <finalactions>
     5         kx           <action name="Focus"/>
     5         kx           <action name="Raise"/>
     5         kx           <action name="Unshade"/>
     5         kx         </finalactions>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <!-- Keybindings for window switching with the arrow keys -->
     5         kx     <keybind key="W-S-Right">
     5         kx       <action name="DirectionalCycleWindows">
     5         kx         <direction>right</direction>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="W-S-Left">
     5         kx       <action name="DirectionalCycleWindows">
     5         kx         <direction>left</direction>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="W-S-Up">
     5         kx       <action name="DirectionalCycleWindows">
     5         kx         <direction>up</direction>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <keybind key="W-S-Down">
     5         kx       <action name="DirectionalCycleWindows">
     5         kx         <direction>down</direction>
     5         kx       </action>
     5         kx     </keybind>
     5         kx     <!-- Keybindings for running applications -->
     5         kx     <keybind key="W-e">
     5         kx       <action name="Execute">
     5         kx         <startupnotify>
     5         kx           <enabled>true</enabled>
     5         kx           <name>Konqueror</name>
     5         kx         </startupnotify>
     5         kx         <command>kfmclient openProfile filemanagement</command>
     5         kx       </action>
     5         kx     </keybind>
     5         kx   </keyboard>
     5         kx   <mouse>
     5         kx     <dragThreshold>1</dragThreshold>
     5         kx     <!-- number of pixels the mouse must move before a drag begins -->
     5         kx     <doubleClickTime>500</doubleClickTime>
     5         kx     <!-- in milliseconds (1000 = 1 second) -->
     5         kx     <screenEdgeWarpTime>400</screenEdgeWarpTime>
     5         kx     <!-- Time before changing desktops when the pointer touches the edge of the
     5         kx        screen while moving a window, in milliseconds (1000 = 1 second).
     5         kx        Set this to 0 to disable warping -->
     5         kx     <screenEdgeWarpMouse>false</screenEdgeWarpMouse>
     5         kx     <!-- Set this to TRUE to move the mouse pointer across the desktop when
     5         kx        switching due to hitting the edge of the screen -->
     5         kx     <context name="Frame">
     5         kx       <mousebind button="A-Left" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="A-Left" action="Click">
     5         kx         <action name="Unshade"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="A-Left" action="Drag">
     5         kx         <action name="Move"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="A-Right" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx         <action name="Unshade"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="A-Right" action="Drag">
     5         kx         <action name="Resize"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="A-Middle" action="Press">
     5         kx         <action name="Lower"/>
     5         kx         <action name="FocusToBottom"/>
     5         kx         <action name="Unfocus"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="A-Up" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>previous</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="A-Down" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>next</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="C-A-Up" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>previous</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="C-A-Down" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>next</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="A-S-Up" action="Click">
     5         kx         <action name="SendToDesktop">
     5         kx           <to>previous</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="A-S-Down" action="Click">
     5         kx         <action name="SendToDesktop">
     5         kx           <to>next</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Titlebar">
     5         kx       <mousebind button="Left" action="Drag">
     5         kx         <action name="Move"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Left" action="DoubleClick">
     5         kx         <action name="ToggleMaximize"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Up" action="Click">
     5         kx         <action name="if">
     5         kx           <shaded>no</shaded>
     5         kx           <then>
     5         kx             <action name="Shade"/>
     5         kx             <action name="FocusToBottom"/>
     5         kx             <action name="Unfocus"/>
     5         kx             <action name="Lower"/>
     5         kx           </then>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="Down" action="Click">
     5         kx         <action name="if">
     5         kx           <shaded>yes</shaded>
     5         kx           <then>
     5         kx             <action name="Unshade"/>
     5         kx             <action name="Raise"/>
     5         kx           </then>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
     5         kx       <mousebind button="Left" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx         <action name="Unshade"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Middle" action="Press">
     5         kx         <action name="Lower"/>
     5         kx         <action name="FocusToBottom"/>
     5         kx         <action name="Unfocus"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Right" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx         <action name="ShowMenu">
     5         kx           <menu>client-menu</menu>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Top">
     5         kx       <mousebind button="Left" action="Drag">
     5         kx         <action name="Resize">
     5         kx           <edge>top</edge>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Left">
     5         kx       <mousebind button="Left" action="Drag">
     5         kx         <action name="Resize">
     5         kx           <edge>left</edge>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Right">
     5         kx       <mousebind button="Left" action="Drag">
     5         kx         <action name="Resize">
     5         kx           <edge>right</edge>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Bottom">
     5         kx       <mousebind button="Left" action="Drag">
     5         kx         <action name="Resize">
     5         kx           <edge>bottom</edge>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="Right" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx         <action name="ShowMenu">
     5         kx           <menu>client-menu</menu>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="TRCorner BRCorner TLCorner BLCorner">
     5         kx       <mousebind button="Left" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx         <action name="Unshade"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Left" action="Drag">
     5         kx         <action name="Resize"/>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Client">
     5         kx       <mousebind button="Left" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Middle" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Right" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Icon">
     5         kx       <mousebind button="Left" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx         <action name="Unshade"/>
     5         kx         <action name="ShowMenu">
     5         kx           <menu>client-menu</menu>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="Right" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx         <action name="ShowMenu">
     5         kx           <menu>client-menu</menu>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="AllDesktops">
     5         kx       <mousebind button="Left" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx         <action name="Unshade"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Left" action="Click">
     5         kx         <action name="ToggleOmnipresent"/>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Shade">
     5         kx       <mousebind button="Left" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Left" action="Click">
     5         kx         <action name="ToggleShade"/>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Iconify">
     5         kx       <mousebind button="Left" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Left" action="Click">
     5         kx         <action name="Iconify"/>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Maximize">
     5         kx       <mousebind button="Left" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx         <action name="Unshade"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Middle" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx         <action name="Unshade"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Right" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx         <action name="Unshade"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Left" action="Click">
     5         kx         <action name="ToggleMaximize"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Middle" action="Click">
     5         kx         <action name="ToggleMaximize">
     5         kx           <direction>vertical</direction>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="Right" action="Click">
     5         kx         <action name="ToggleMaximize">
     5         kx           <direction>horizontal</direction>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Close">
     5         kx       <mousebind button="Left" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx         <action name="Unshade"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Left" action="Click">
     5         kx         <action name="Close"/>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Desktop">
     5         kx       <mousebind button="Up" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>previous</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="Down" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>next</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="A-Up" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>previous</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="A-Down" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>next</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="C-A-Up" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>previous</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="C-A-Down" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>next</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="Left" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx       </mousebind>
     5         kx       <mousebind button="Right" action="Press">
     5         kx         <action name="Focus"/>
     5         kx         <action name="Raise"/>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="Root">
     5         kx       <!-- Menus -->
     5         kx       <mousebind button="Middle" action="Press">
     5         kx         <action name="ShowMenu">
     5         kx           <menu>client-list-combined-menu</menu>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="Right" action="Press">
     5         kx         <action name="ShowMenu">
     5         kx           <menu>root-menu</menu>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx     <context name="MoveResize">
     5         kx       <mousebind button="Up" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>previous</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="Down" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>next</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="A-Up" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>previous</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx       <mousebind button="A-Down" action="Click">
     5         kx         <action name="GoToDesktop">
     5         kx           <to>next</to>
     5         kx         </action>
     5         kx       </mousebind>
     5         kx     </context>
     5         kx   </mouse>
     5         kx   <menu>
     5         kx     <!-- You can specify more than one menu file in here and they are all loaded,
     5         kx        just don't make menu ids clash or, well, it'll be kind of pointless -->
     5         kx     <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
     5         kx     <file>menu.xml</file>
     5         kx     <hideDelay>200</hideDelay>
     5         kx     <!-- if a press-release lasts longer than this setting (in milliseconds), the
     5         kx        menu is hidden again -->
     5         kx     <middle>no</middle>
     5         kx     <!-- center submenus vertically about the parent entry -->
     5         kx     <submenuShowDelay>100</submenuShowDelay>
     5         kx     <!-- time to delay before showing a submenu after hovering over the parent
     5         kx        entry.
     5         kx        if this is a negative value, then the delay is infinite and the
     5         kx        submenu will not be shown until it is clicked on -->
     5         kx     <submenuHideDelay>400</submenuHideDelay>
     5         kx     <!-- time to delay before hiding a submenu when selecting another
     5         kx        entry in parent menu
     5         kx        if this is a negative value, then the delay is infinite and the
     5         kx        submenu will not be hidden until a different submenu is opened -->
     5         kx     <showIcons>yes</showIcons>
     5         kx     <!-- controls if icons appear in the client-list-(combined-)menu -->
     5         kx     <manageDesktops>yes</manageDesktops>
     5         kx     <!-- show the manage desktops section in the client-list-(combined-)menu -->
     5         kx   </menu>
     5         kx   <applications>
     5         kx     <!--
     5         kx   # this is an example with comments through out. use these to make your
     5         kx   # own rules, but without the comments of course.
     5         kx   # you may use one or more of the name/class/role/title/type rules to specify
     5         kx   # windows to match
     5         kx 
     5         kx   <application name="the window's _OB_APP_NAME property (see obxprop)"
     5         kx               class="the window's _OB_APP_CLASS property (see obxprop)"
     5         kx           groupname="the window's _OB_APP_GROUP_NAME property (see obxprop)"
     5         kx          groupclass="the window's _OB_APP_GROUP_CLASS property (see obxprop)"
     5         kx                role="the window's _OB_APP_ROLE property (see obxprop)"
     5         kx               title="the window's _OB_APP_TITLE property (see obxprop)"
     5         kx                type="the window's _OB_APP_TYPE property (see obxprob)..
     5         kx                       (if unspecified, then it is 'dialog' for child windows)">
     5         kx   # you may set only one of name/class/role/title/type, or you may use more
     5         kx   # than one together to restrict your matches.
     5         kx 
     5         kx   # the name, class, role, and title use simple wildcard matching such as those
     5         kx   # used by a shell. you can use * to match any characters and ? to match
     5         kx   # any single character.
     5         kx 
     5         kx   # the type is one of: normal, dialog, splash, utility, menu, toolbar, dock,
     5         kx   #    or desktop
     5         kx 
     5         kx   # when multiple rules match a window, they will all be applied, in the
     5         kx   # order that they appear in this list
     5         kx 
     5         kx 
     5         kx     # each rule element can be left out or set to 'default' to specify to not 
     5         kx     # change that attribute of the window
     5         kx 
     5         kx     <decor>yes</decor>
     5         kx     # enable or disable window decorations
     5         kx 
     5         kx     <shade>no</shade>
     5         kx     # make the window shaded when it appears, or not
     5         kx 
     5         kx     <position force="no">
     5         kx       # the position is only used if both an x and y coordinate are provided
     5         kx       # (and not set to 'default')
     5         kx       # when force is "yes", then the window will be placed here even if it
     5         kx       # says you want it placed elsewhere.  this is to override buggy
     5         kx       # applications who refuse to behave
     5         kx       <x>center</x>
     5         kx       # a number like 50, or 'center' to center on screen. use a negative number
     5         kx       # to start from the right (or bottom for <y>), ie -50 is 50 pixels from
     5         kx       # the right edge (or bottom). use 'default' to specify using value
     5         kx       # provided by the application, or chosen by openbox, instead.
     5         kx       <y>200</y>
     5         kx       <monitor>1</monitor>
     5         kx       # specifies the monitor in a xinerama setup.
     5         kx       # 1 is the first head, or 'mouse' for wherever the mouse is
     5         kx     </position>
     5         kx 
     5         kx     <size>
     5         kx       # the size to make the window.
     5         kx       <width>20</width>
     5         kx       # a number like 20, or 'default' to use the size given by the application.
     5         kx       # you can use fractions such as 1/2 or percentages such as 75% in which
     5         kx       # case the value is relative to the size of the monitor that the window
     5         kx       # appears on.
     5         kx       <height>30%</height>
     5         kx     </size>
     5         kx 
     5         kx     <focus>yes</focus>
     5         kx     # if the window should try be given focus when it appears. if this is set
     5         kx     # to yes it doesn't guarantee the window will be given focus. some
     5         kx     # restrictions may apply, but Openbox will try to
     5         kx 
     5         kx     <desktop>1</desktop>
     5         kx     # 1 is the first desktop, 'all' for all desktops
     5         kx 
     5         kx     <layer>normal</layer>
     5         kx     # 'above', 'normal', or 'below'
     5         kx 
     5         kx     <iconic>no</iconic>
     5         kx     # make the window iconified when it appears, or not
     5         kx 
     5         kx     <skip_pager>no</skip_pager>
     5         kx     # asks to not be shown in pagers
     5         kx 
     5         kx     <skip_taskbar>no</skip_taskbar>
     5         kx     # asks to not be shown in taskbars. window cycling actions will also
     5         kx     # skip past such windows
     5         kx 
     5         kx     <fullscreen>yes</fullscreen>
     5         kx     # make the window in fullscreen mode when it appears
     5         kx 
     5         kx     <maximized>true</maximized>
     5         kx     # 'Horizontal', 'Vertical' or boolean (yes/no)
     5         kx   </application>
     5         kx 
     5         kx   # end of the example
     5         kx -->
     5         kx   </applications>
     5         kx </openbox_config>