[OpenBox] Correction of an indentation error
This commit is contained in:
parent
b2781dd4f5
commit
29aa3e0c26
@ -1,43 +1,48 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!-- Doc @ http://icculus.org/openbox/index.php/Help:Actions#Introduction -->
|
<!-- Doc @ http://icculus.org/openbox/index.php/Help:Actions#Introduction -->
|
||||||
<openbox_config xmlns="http://openbox.org/3.4/rc">
|
<openbox_config xmlns="http://openbox.org/3.4/rc">
|
||||||
<resistance>
|
|
||||||
<strength>10</strength>
|
<resistance>
|
||||||
<screen_edge_strength>20</screen_edge_strength>
|
<strength>10</strength>
|
||||||
</resistance>
|
<screen_edge_strength>20</screen_edge_strength>
|
||||||
<focus>
|
</resistance>
|
||||||
<focusNew>yes</focusNew>
|
|
||||||
<!-- always try to focus new windows when they appear. other rules do
|
<focus>
|
||||||
|
<focusNew>yes</focusNew>
|
||||||
|
<!-- always try to focus new windows when they appear. other rules do
|
||||||
apply -->
|
apply -->
|
||||||
<followMouse>no</followMouse>
|
<followMouse>no</followMouse>
|
||||||
<!-- move focus to a window when you move the mouse into it -->
|
<!-- move focus to a window when you move the mouse into it -->
|
||||||
<focusLast>yes</focusLast>
|
<focusLast>yes</focusLast>
|
||||||
<!-- focus the last used window when changing desktops, instead of the one
|
<!-- focus the last used window when changing desktops, instead of the one
|
||||||
under the mouse pointer. when followMouse is enabled -->
|
under the mouse pointer. when followMouse is enabled -->
|
||||||
<underMouse>no</underMouse>
|
<underMouse>no</underMouse>
|
||||||
<!-- move focus under the mouse, even when the mouse is not moving -->
|
<!-- move focus under the mouse, even when the mouse is not moving -->
|
||||||
<focusDelay>200</focusDelay>
|
<focusDelay>200</focusDelay>
|
||||||
<!-- when followMouse is enabled, the mouse must be inside the window for
|
<!-- when followMouse is enabled, the mouse must be inside the window for
|
||||||
this many milliseconds (1000 = 1 sec) before moving focus to it -->
|
this many milliseconds (1000 = 1 sec) before moving focus to it -->
|
||||||
<raiseOnFocus>no</raiseOnFocus>
|
<raiseOnFocus>no</raiseOnFocus>
|
||||||
<!-- when followMouse is enabled, and a window is given focus by moving the
|
<!-- when followMouse is enabled, and a window is given focus by moving the
|
||||||
mouse into it, also raise the window -->
|
mouse into it, also raise the window -->
|
||||||
</focus>
|
</focus>
|
||||||
<placement>
|
|
||||||
<policy>Smart</policy>
|
<placement>
|
||||||
<!-- 'Smart' or 'UnderMouse' -->
|
<policy>Smart</policy>
|
||||||
<center>yes</center>
|
<!-- 'Smart' or 'UnderMouse' -->
|
||||||
<!-- whether to place windows in the center of the free area found or
|
<center>yes</center>
|
||||||
|
<!-- whether to place windows in the center of the free area found or
|
||||||
the top left corner -->
|
the top left corner -->
|
||||||
<monitor>Any</monitor>
|
<monitor>Any</monitor>
|
||||||
<!-- with Smart placement on a multi-monitor system, try to place new windows
|
<!-- with Smart placement on a multi-monitor system, try to place new windows
|
||||||
on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
|
on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
|
||||||
the active window is -->
|
the active window is -->
|
||||||
</placement>
|
</placement>
|
||||||
<theme>
|
|
||||||
<name>Clearlooks</name>
|
<theme>
|
||||||
<titleLayout>NLIMC</titleLayout>
|
<name>Clearlooks</name>
|
||||||
<!--
|
<titleLayout>NLIMC</titleLayout>
|
||||||
|
<!--
|
||||||
available characters are NDSLIMC, each can occur at most once.
|
available characters are NDSLIMC, each can occur at most once.
|
||||||
N: window icon
|
N: window icon
|
||||||
L: window label (AKA title).
|
L: window label (AKA title).
|
||||||
@ -47,56 +52,57 @@
|
|||||||
S: shade (roll up/down)
|
S: shade (roll up/down)
|
||||||
D: omnipresent (on all desktops).
|
D: omnipresent (on all desktops).
|
||||||
-->
|
-->
|
||||||
<keepBorder>yes</keepBorder>
|
<keepBorder>yes</keepBorder>
|
||||||
<animateIconify>yes</animateIconify>
|
<animateIconify>yes</animateIconify>
|
||||||
<font place="ActiveWindow">
|
<font place="ActiveWindow">
|
||||||
<name>Sans</name>
|
<name>sans</name>
|
||||||
<size>10</size>
|
<size>8</size>
|
||||||
<!-- font size in points -->
|
<!-- font size in points -->
|
||||||
<weight>Bold</weight>
|
<weight>bold</weight>
|
||||||
<!-- 'bold' or 'normal' -->
|
<!-- 'bold' or 'normal' -->
|
||||||
<slant>Normal</slant>
|
<slant>normal</slant>
|
||||||
<!-- 'italic' or 'normal' -->
|
<!-- 'italic' or 'normal' -->
|
||||||
</font>
|
</font>
|
||||||
<font place="InactiveWindow">
|
<font place="InactiveWindow">
|
||||||
<name>Sans</name>
|
<name>sans</name>
|
||||||
<size>10</size>
|
<size>8</size>
|
||||||
<!-- font size in points -->
|
<!-- font size in points -->
|
||||||
<weight>Bold</weight>
|
<weight>bold</weight>
|
||||||
<!-- 'bold' or 'normal' -->
|
<!-- 'bold' or 'normal' -->
|
||||||
<slant>Normal</slant>
|
<slant>normal</slant>
|
||||||
<!-- 'italic' or 'normal' -->
|
<!-- 'italic' or 'normal' -->
|
||||||
</font>
|
</font>
|
||||||
<font place="MenuHeader">
|
<font place="MenuHeader">
|
||||||
<name>Sans</name>
|
<name>sans</name>
|
||||||
<size>11</size>
|
<size>9</size>
|
||||||
<!-- font size in points -->
|
<!-- font size in points -->
|
||||||
<weight>Normal</weight>
|
<weight>normal</weight>
|
||||||
<!-- 'bold' or 'normal' -->
|
<!-- 'bold' or 'normal' -->
|
||||||
<slant>Normal</slant>
|
<slant>normal</slant>
|
||||||
<!-- 'italic' or 'normal' -->
|
<!-- 'italic' or 'normal' -->
|
||||||
</font>
|
</font>
|
||||||
<font place="MenuItem">
|
<font place="MenuItem">
|
||||||
<name>Sans</name>
|
<name>sans</name>
|
||||||
<size>11</size>
|
<size>9</size>
|
||||||
<!-- font size in points -->
|
<!-- font size in points -->
|
||||||
<weight>Normal</weight>
|
<weight>normal</weight>
|
||||||
<!-- 'bold' or 'normal' -->
|
<!-- 'bold' or 'normal' -->
|
||||||
<slant>Normal</slant>
|
<slant>normal</slant>
|
||||||
<!-- 'italic' or 'normal' -->
|
<!-- 'italic' or 'normal' -->
|
||||||
</font>
|
</font>
|
||||||
<font place="OnScreenDisplay">
|
<font place="OnScreenDisplay">
|
||||||
<name>Sans</name>
|
<name>sans</name>
|
||||||
<size>14</size>
|
<size>9</size>
|
||||||
<!-- font size in points -->
|
<!-- font size in points -->
|
||||||
<weight>Bold</weight>
|
<weight>bold</weight>
|
||||||
<!-- 'bold' or 'normal' -->
|
<!-- 'bold' or 'normal' -->
|
||||||
<slant>Normal</slant>
|
<slant>normal</slant>
|
||||||
<!-- 'italic' or 'normal' -->
|
<!-- 'italic' or 'normal' -->
|
||||||
</font>
|
</font>
|
||||||
</theme>
|
</theme>
|
||||||
<desktops>
|
|
||||||
<!-- this stuff is only used at startup, pagers allow you to change them
|
<desktops>
|
||||||
|
<!-- this stuff is only used at startup, pagers allow you to change them
|
||||||
during a session
|
during a session
|
||||||
|
|
||||||
these are default values to use when other ones are not already set
|
these are default values to use when other ones are not already set
|
||||||
@ -104,36 +110,40 @@
|
|||||||
|
|
||||||
use obconf if you want to change these without having to log out
|
use obconf if you want to change these without having to log out
|
||||||
and back in -->
|
and back in -->
|
||||||
<number>4</number>
|
<number>4</number>
|
||||||
<firstdesk>1</firstdesk>
|
<firstdesk>1</firstdesk>
|
||||||
<names>
|
<names>
|
||||||
<!-- set names up here if you want to, like this:
|
<!-- set names up here if you want to, like this:
|
||||||
<name>desktop 1</name>
|
<name>desktop 1</name>
|
||||||
<name>desktop 2</name>
|
<name>desktop 2</name>
|
||||||
<name>desktop 3</name>
|
<name>desktop 3</name>
|
||||||
<name>desktop 4</name>-->
|
<name>desktop 4</name>-->
|
||||||
</names>
|
|
||||||
<popupTime>875</popupTime>
|
</names>
|
||||||
<!-- The number of milliseconds to show the popup for when switching
|
<popupTime>875</popupTime>
|
||||||
|
<!-- The number of milliseconds to show the popup for when switching
|
||||||
desktops. Set this to 0 to disable the popup. -->
|
desktops. Set this to 0 to disable the popup. -->
|
||||||
</desktops>
|
</desktops>
|
||||||
<resize>
|
|
||||||
<drawContents>yes</drawContents>
|
<resize>
|
||||||
<popupShow>Nonpixel</popupShow>
|
<drawContents>yes</drawContents>
|
||||||
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
|
<popupShow>Nonpixel</popupShow>
|
||||||
<popupPosition>Center</popupPosition>
|
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
|
||||||
<!-- 'Center', 'Top', or 'Fixed' -->
|
<popupPosition>Center</popupPosition>
|
||||||
<popupFixedPosition>
|
<!-- 'Center', 'Top', or 'Fixed' -->
|
||||||
<!-- these are used if popupPosition is set to 'Fixed' -->
|
<popupFixedPosition>
|
||||||
<x>10</x>
|
<!-- these are used if popupPosition is set to 'Fixed' -->
|
||||||
<!-- positive number for distance from left edge, negative number for
|
|
||||||
|
<x>10</x>
|
||||||
|
<!-- positive number for distance from left edge, negative number for
|
||||||
distance from right edge, or 'Center' -->
|
distance from right edge, or 'Center' -->
|
||||||
<y>10</y>
|
<y>10</y>
|
||||||
<!-- positive number for distance from top edge, negative number for
|
<!-- positive number for distance from top edge, negative number for
|
||||||
distance from bottom edge, or 'Center' -->
|
distance from bottom edge, or 'Center' -->
|
||||||
</popupFixedPosition>
|
</popupFixedPosition>
|
||||||
</resize>
|
</resize>
|
||||||
<!-- You can reserve a portion of your screen where windows will not cover when
|
|
||||||
|
<!-- You can reserve a portion of your screen where windows will not cover when
|
||||||
they are maximized, or when they are initially placed.
|
they are maximized, or when they are initially placed.
|
||||||
Many programs reserve space automatically, but you can use this in other
|
Many programs reserve space automatically, but you can use this in other
|
||||||
cases. -->
|
cases. -->
|
||||||
@ -435,432 +445,238 @@
|
|||||||
<action name="Lower"/>
|
<action name="Lower"/>
|
||||||
<action name="FocusToBottom"/>
|
<action name="FocusToBottom"/>
|
||||||
<action name="Unfocus"/>
|
<action name="Unfocus"/>
|
||||||
</keybind>
|
</mousebind>
|
||||||
<keybind key="A-space">
|
|
||||||
<action name="ShowMenu">
|
<mousebind button="Right" action="Press">
|
||||||
<menu>client-menu</menu>
|
<action name="Focus"/>
|
||||||
</action>
|
<action name="Raise"/>
|
||||||
</keybind>
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
<keybind key="Print">
|
</mousebind>
|
||||||
<action name="Execute">
|
</context>
|
||||||
<execute>gnome-screenshot</execute>
|
|
||||||
</action>
|
<context name="BLCorner">
|
||||||
</keybind>
|
<mousebind button="Left" action="Press">
|
||||||
<keybind key="A-Print">
|
<action name="Focus"/>
|
||||||
<action name="Execute">
|
<action name="Raise"/>
|
||||||
<execute>gnome-screenshot -w</execute>
|
</mousebind>
|
||||||
</action>
|
<mousebind button="Left" action="Drag">
|
||||||
</keybind>
|
<action name="Resize"/>
|
||||||
<!-- Keybindings for window switching -->
|
</mousebind>
|
||||||
<keybind key="A-Tab">
|
</context>
|
||||||
<action name="NextWindow"/>
|
|
||||||
</keybind>
|
<context name="BRCorner">
|
||||||
<keybind key="A-S-Tab">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="PreviousWindow"/>
|
<action name="Focus"/>
|
||||||
</keybind>
|
<action name="Raise"/>
|
||||||
<keybind key="C-A-Tab">
|
</mousebind>
|
||||||
<action name="NextWindow">
|
<mousebind button="Left" action="Drag">
|
||||||
<panels>yes</panels>
|
<action name="Resize"/>
|
||||||
<desktop>yes</desktop>
|
</mousebind>
|
||||||
</action>
|
</context>
|
||||||
</keybind>
|
|
||||||
<!-- Resize Windows -->
|
<context name="TLCorner">
|
||||||
<keybind key="W-Right">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="GrowToEdgeEast"/>
|
<action name="Focus"/>
|
||||||
</keybind>
|
<action name="Raise"/>
|
||||||
<keybind key="W-Left">
|
<action name="Unshade"/>
|
||||||
<action name="GrowToEdgeWest"/>
|
</mousebind>
|
||||||
</keybind>
|
<mousebind button="Left" action="Drag">
|
||||||
<keybind key="W-Down">
|
<action name="Resize"/>
|
||||||
<action name="GrowToEdgeSouth"/>
|
</mousebind>
|
||||||
</keybind>
|
</context>
|
||||||
<keybind key="W-Up">
|
|
||||||
<action name="GrowToEdgeNorth"/>
|
<context name="TRCorner">
|
||||||
</keybind>
|
<mousebind button="Left" action="Press">
|
||||||
<keybind key="A-F11">
|
<action name="Focus"/>
|
||||||
<action name="ToggleFullscreen"/>
|
<action name="Raise"/>
|
||||||
</keybind>
|
<action name="Unshade"/>
|
||||||
<keybind key="A-F10">
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Client">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Icon">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="AllDesktops">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="ToggleOmnipresent"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Shade">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="ToggleShade"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Iconify">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="Iconify"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Maximize">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
<action name="ToggleMaximizeFull"/>
|
<action name="ToggleMaximizeFull"/>
|
||||||
</keybind>
|
</mousebind>
|
||||||
<!-- Keybindings for running applications -->
|
<mousebind button="Middle" action="Click">
|
||||||
<keybind key="A-F2">
|
<action name="ToggleMaximizeVert"/>
|
||||||
<action name="Execute">
|
</mousebind>
|
||||||
<name>Lance GmRun</name>
|
<mousebind button="Right" action="Click">
|
||||||
<command>/usr/bin/gmrun</command>
|
<action name="ToggleMaximizeHorz"/>
|
||||||
</action>
|
</mousebind>
|
||||||
</keybind>
|
</context>
|
||||||
<keybind key="A-F3">
|
|
||||||
<action name="Execute">
|
<context name="Close">
|
||||||
<name>Lance </name>
|
<mousebind button="Left" action="Press">
|
||||||
<command>gnome-terminal</command>
|
<action name="Focus"/>
|
||||||
</action>
|
<action name="Raise"/>
|
||||||
</keybind>
|
<action name="Unshade"/>
|
||||||
<keybind key="W-e">
|
</mousebind>
|
||||||
<action name="Execute">
|
<mousebind button="Left" action="Click">
|
||||||
<startupnotify>
|
<action name="Close"/>
|
||||||
<enabled>true</enabled>
|
</mousebind>
|
||||||
<name>Konsole</name>
|
</context>
|
||||||
</startupnotify>
|
|
||||||
<command>konsole</command>
|
<context name="Desktop">
|
||||||
</action>
|
<mousebind button="Up" action="Click">
|
||||||
</keybind>
|
<action name="DesktopPrevious"/>
|
||||||
</keyboard>
|
</mousebind>
|
||||||
<mouse>
|
<mousebind button="Down" action="Click">
|
||||||
<dragThreshold>8</dragThreshold>
|
<action name="DesktopNext"/>
|
||||||
<!-- number of pixels the mouse must move before a drag begins -->
|
</mousebind>
|
||||||
<doubleClickTime>200</doubleClickTime>
|
|
||||||
<!-- in milliseconds (1000 = 1 second) -->
|
<mousebind button="A-Up" action="Click">
|
||||||
<screenEdgeWarpTime>400</screenEdgeWarpTime>
|
<action name="DesktopPrevious"/>
|
||||||
<!-- Time before changing desktops when the pointer touches the edge of the
|
</mousebind>
|
||||||
screen while moving a window, in milliseconds (1000 = 1 second).
|
<mousebind button="A-Down" action="Click">
|
||||||
Set this to 0 to disable warping -->
|
<action name="DesktopNext"/>
|
||||||
<context name="Frame">
|
</mousebind>
|
||||||
<mousebind button="A-Left" action="Press">
|
<mousebind button="C-A-Up" action="Click">
|
||||||
<action name="Focus"/>
|
<action name="DesktopPrevious"/>
|
||||||
<action name="Raise"/>
|
</mousebind>
|
||||||
</mousebind>
|
<mousebind button="C-A-Down" action="Click">
|
||||||
<mousebind button="A-Left" action="Click">
|
<action name="DesktopNext"/>
|
||||||
<action name="Unshade"/>
|
</mousebind>
|
||||||
</mousebind>
|
|
||||||
<mousebind button="A-Left" action="Drag">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Move"/>
|
<action name="Focus"/>
|
||||||
</mousebind>
|
<action name="Raise"/>
|
||||||
<mousebind button="A-Right" action="Press">
|
</mousebind>
|
||||||
<action name="Focus"/>
|
<mousebind button="Right" action="Press">
|
||||||
<action name="Raise"/>
|
<action name="Focus"/>
|
||||||
<action name="Unshade"/>
|
<action name="Raise"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="A-Right" action="Drag">
|
</context>
|
||||||
<action name="Resize"/>
|
|
||||||
</mousebind>
|
<context name="Root">
|
||||||
<mousebind button="A-Middle" action="Press">
|
<!-- Menus -->
|
||||||
<action name="Lower"/>
|
<mousebind button="Middle" action="Press">
|
||||||
<action name="FocusToBottom"/>
|
<action name="ShowMenu"><menu>client-list-combined-menu</menu></action>
|
||||||
<action name="Unfocus"/>
|
</mousebind>
|
||||||
</mousebind>
|
<mousebind button="Right" action="Press">
|
||||||
<mousebind button="A-Up" action="Click">
|
<action name="ShowMenu"><menu>root-menu</menu></action>
|
||||||
<action name="DesktopPrevious"/>
|
</mousebind>
|
||||||
</mousebind>
|
</context>
|
||||||
<mousebind button="A-Down" action="Click">
|
|
||||||
<action name="DesktopNext"/>
|
<context name="MoveResize">
|
||||||
</mousebind>
|
<mousebind button="Up" action="Click">
|
||||||
<mousebind button="C-A-Up" action="Click">
|
<action name="DesktopPrevious"/>
|
||||||
<action name="DesktopPrevious"/>
|
</mousebind>
|
||||||
</mousebind>
|
<mousebind button="Down" action="Click">
|
||||||
<mousebind button="C-A-Down" action="Click">
|
<action name="DesktopNext"/>
|
||||||
<action name="DesktopNext"/>
|
</mousebind>
|
||||||
</mousebind>
|
<mousebind button="A-Up" action="Click">
|
||||||
<mousebind button="A-S-Up" action="Click">
|
<action name="DesktopPrevious"/>
|
||||||
<action name="SendToDesktopPrevious"/>
|
</mousebind>
|
||||||
</mousebind>
|
<mousebind button="A-Down" action="Click">
|
||||||
<mousebind button="A-S-Down" action="Click">
|
<action name="DesktopNext"/>
|
||||||
<action name="SendToDesktopNext"/>
|
</mousebind>
|
||||||
</mousebind>
|
</context>
|
||||||
</context>
|
</mouse>
|
||||||
<context name="Titlebar">
|
|
||||||
<mousebind button="Left" action="Press">
|
<menu>
|
||||||
<action name="Focus"/>
|
<!-- You can specify more than one menu file in here and they are all loaded,
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Move"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="DoubleClick">
|
|
||||||
<action name="ToggleMaximizeFull"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Middle" action="Press">
|
|
||||||
<action name="Lower"/>
|
|
||||||
<action name="FocusToBottom"/>
|
|
||||||
<action name="Unfocus"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Up" action="Click">
|
|
||||||
<action name="Shade"/>
|
|
||||||
<action name="FocusToBottom"/>
|
|
||||||
<action name="Unfocus"/>
|
|
||||||
<action name="Lower"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Down" action="Click">
|
|
||||||
<action name="Unshade"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Right" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
<action name="ShowMenu">
|
|
||||||
<menu>client-menu</menu>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="Top">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
<action name="Unshade"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize">
|
|
||||||
<edge>top</edge>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="Left">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize">
|
|
||||||
<edge>left</edge>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="Right">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize">
|
|
||||||
<edge>right</edge>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="Bottom">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize">
|
|
||||||
<edge>bottom</edge>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Middle" action="Press">
|
|
||||||
<action name="Lower"/>
|
|
||||||
<action name="FocusToBottom"/>
|
|
||||||
<action name="Unfocus"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Right" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
<action name="ShowMenu">
|
|
||||||
<menu>client-menu</menu>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="BLCorner">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="BRCorner">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="TLCorner">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
<action name="Unshade"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="TRCorner">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
<action name="Unshade"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Drag">
|
|
||||||
<action name="Resize"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="Client">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Middle" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Right" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="Icon">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
<action name="Unshade"/>
|
|
||||||
<action name="ShowMenu">
|
|
||||||
<menu>client-menu</menu>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Right" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
<action name="ShowMenu">
|
|
||||||
<menu>client-menu</menu>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="AllDesktops">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
<action name="Unshade"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Click">
|
|
||||||
<action name="ToggleOmnipresent"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="Shade">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Click">
|
|
||||||
<action name="ToggleShade"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="Iconify">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Click">
|
|
||||||
<action name="Iconify"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="Maximize">
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
<action name="Unshade"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Middle" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
<action name="Unshade"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Right" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
<action name="Unshade"/>
|
|
||||||
</mousebind>
|
|
||||||
<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="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
<action name="Unshade"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Click">
|
|
||||||
<action name="Close"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="Desktop">
|
|
||||||
<mousebind button="Up" action="Click">
|
|
||||||
<action name="DesktopPrevious"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Down" action="Click">
|
|
||||||
<action name="DesktopNext"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="A-Up" action="Click">
|
|
||||||
<action name="DesktopPrevious"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="A-Down" action="Click">
|
|
||||||
<action name="DesktopNext"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="C-A-Up" action="Click">
|
|
||||||
<action name="DesktopPrevious"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="C-A-Down" action="Click">
|
|
||||||
<action name="DesktopNext"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Right" action="Press">
|
|
||||||
<action name="Focus"/>
|
|
||||||
<action name="Raise"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="Root">
|
|
||||||
<!-- Menus -->
|
|
||||||
<mousebind button="Middle" action="Press">
|
|
||||||
<action name="ShowMenu">
|
|
||||||
<menu>client-list-combined-menu</menu>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Right" action="Press">
|
|
||||||
<action name="ShowMenu">
|
|
||||||
<menu>root-menu</menu>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
<context name="MoveResize">
|
|
||||||
<mousebind button="Up" action="Click">
|
|
||||||
<action name="DesktopPrevious"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Down" action="Click">
|
|
||||||
<action name="DesktopNext"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="A-Up" action="Click">
|
|
||||||
<action name="DesktopPrevious"/>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="A-Down" action="Click">
|
|
||||||
<action name="DesktopNext"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
|
||||||
</mouse>
|
|
||||||
<menu>
|
|
||||||
<!-- You can specify more than one menu file in here and they are all loaded,
|
|
||||||
just don't make menu ids clash or, well, it'll be kind of pointless -->
|
just don't make menu ids clash or, well, it'll be kind of pointless -->
|
||||||
<!-- default menu file (or custom one in $HOME/.config/openbox/) -->
|
|
||||||
<!-- system menu files on Debian systems -->
|
<!-- default menu file (or custom one in $HOME/.config/openbox/) -->
|
||||||
<file>/var/lib/openbox/debian-menu.xml</file>
|
|
||||||
<file>debian-menu.xml</file>
|
<!-- system menu files on Debian systems -->
|
||||||
<file>menu.xml</file>
|
<file>/var/lib/openbox/debian-menu.xml</file>
|
||||||
<hideDelay>200</hideDelay>
|
<file>debian-menu.xml</file>
|
||||||
<!-- if a press-release lasts longer than this setting (in milliseconds), the
|
<file>menu.xml</file>
|
||||||
|
<hideDelay>200</hideDelay>
|
||||||
|
<!-- if a press-release lasts longer than this setting (in milliseconds), the
|
||||||
menu is hidden again -->
|
menu is hidden again -->
|
||||||
<middle>no</middle>
|
<middle>no</middle>
|
||||||
<!-- center submenus vertically about the parent entry -->
|
<!-- center submenus vertically about the parent entry -->
|
||||||
<submenuShowDelay>100</submenuShowDelay>
|
<submenuShowDelay>100</submenuShowDelay>
|
||||||
<!-- this one is easy, time to delay before showing a submenu after hovering
|
<!-- this one is easy, time to delay before showing a submenu after hovering
|
||||||
over the parent entry -->
|
over the parent entry -->
|
||||||
<applicationIcons>yes</applicationIcons>
|
<applicationIcons>yes</applicationIcons>
|
||||||
<!-- controls if icons appear in the client-list-(combined-)menu -->
|
<!-- controls if icons appear in the client-list-(combined-)menu -->
|
||||||
<manageDesktops>yes</manageDesktops>
|
<manageDesktops>yes</manageDesktops>
|
||||||
<!-- show the manage desktops section in the client-list-(combined-)menu -->
|
<!-- show the manage desktops section in the client-list-(combined-)menu -->
|
||||||
</menu>
|
</menu>
|
||||||
<applications>
|
|
||||||
<!--
|
<applications>
|
||||||
|
<!--
|
||||||
# this is an example with comments through out. use these to make your
|
# this is an example with comments through out. use these to make your
|
||||||
# own rules, but without the comments of course.
|
# own rules, but without the comments of course.
|
||||||
|
|
||||||
@ -939,5 +755,6 @@
|
|||||||
|
|
||||||
# end of the example
|
# end of the example
|
||||||
-->
|
-->
|
||||||
</applications>
|
</applications>
|
||||||
|
|
||||||
</openbox_config>
|
</openbox_config>
|
||||||
|
Loading…
Reference in New Issue
Block a user