Merge Leszek Lesner openbox settings.
This commit is contained in:
parent
c9fbf93c40
commit
022e28183b
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -4,8 +4,9 @@ lubuntu-default-settings (0.4) UNRELEASED; urgency=low
|
|||||||
* Use openbox menu on the desktop indead of pcmanfm one.
|
* Use openbox menu on the desktop indead of pcmanfm one.
|
||||||
* Install configuration file for QT apps if no one is installed, and set
|
* Install configuration file for QT apps if no one is installed, and set
|
||||||
QT style=GTK+.
|
QT style=GTK+.
|
||||||
|
* Merge Leszek Lesner openbox settings.
|
||||||
|
|
||||||
-- Julien Lavergne <gilir@ubuntu.com> Sun, 13 Dec 2009 17:45:38 +0100
|
-- Julien Lavergne <gilir@ubuntu.com> Sat, 23 Jan 2010 00:59:48 +0100
|
||||||
|
|
||||||
lubuntu-default-settings (0.3) lucid; urgency=low
|
lubuntu-default-settings (0.3) lucid; urgency=low
|
||||||
|
|
||||||
|
@ -1,16 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!-- Do not edit this file, it will be overwritten on install.
|
<!-- Do not edit this file, it will be overwritten on install.
|
||||||
Copy the file to $HOME/.config/openbox/ instead. -->
|
Copy the file to $HOME/.config/openbox/ instead. -->
|
||||||
|
|
||||||
<openbox_config xmlns="http://openbox.org/3.4/rc">
|
<openbox_config xmlns="http://openbox.org/3.4/rc">
|
||||||
|
<resistance>
|
||||||
<resistance>
|
|
||||||
<strength>10</strength>
|
<strength>10</strength>
|
||||||
<screen_edge_strength>20</screen_edge_strength>
|
<screen_edge_strength>20</screen_edge_strength>
|
||||||
</resistance>
|
</resistance>
|
||||||
|
<focus>
|
||||||
<focus>
|
|
||||||
<focusNew>yes</focusNew>
|
<focusNew>yes</focusNew>
|
||||||
<!-- always try to focus new windows when they appear. other rules do
|
<!-- always try to focus new windows when they appear. other rules do
|
||||||
apply -->
|
apply -->
|
||||||
@ -27,9 +23,8 @@
|
|||||||
<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>
|
||||||
<placement>
|
|
||||||
<policy>Smart</policy>
|
<policy>Smart</policy>
|
||||||
<!-- 'Smart' or 'UnderMouse' -->
|
<!-- 'Smart' or 'UnderMouse' -->
|
||||||
<center>yes</center>
|
<center>yes</center>
|
||||||
@ -39,9 +34,8 @@
|
|||||||
<!-- 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>
|
||||||
<theme>
|
|
||||||
<name>Onyx</name>
|
<name>Onyx</name>
|
||||||
<titleLayout>NLIMC</titleLayout>
|
<titleLayout>NLIMC</titleLayout>
|
||||||
<!--
|
<!--
|
||||||
@ -101,9 +95,8 @@
|
|||||||
<slant>normal</slant>
|
<slant>normal</slant>
|
||||||
<!-- 'italic' or 'normal' -->
|
<!-- 'italic' or 'normal' -->
|
||||||
</font>
|
</font>
|
||||||
</theme>
|
</theme>
|
||||||
|
<desktops>
|
||||||
<desktops>
|
|
||||||
<!-- this stuff is only used at startup, pagers allow you to change them
|
<!-- this stuff is only used at startup, pagers allow you to change them
|
||||||
during a session
|
during a session
|
||||||
|
|
||||||
@ -123,9 +116,8 @@
|
|||||||
<popupTime>875</popupTime>
|
<popupTime>875</popupTime>
|
||||||
<!-- The number of milliseconds to show the popup for when switching
|
<!-- 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>
|
||||||
<resize>
|
|
||||||
<drawContents>yes</drawContents>
|
<drawContents>yes</drawContents>
|
||||||
<popupShow>Nonpixel</popupShow>
|
<popupShow>Nonpixel</popupShow>
|
||||||
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
|
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
|
||||||
@ -133,7 +125,6 @@
|
|||||||
<!-- 'Center', 'Top', or 'Fixed' -->
|
<!-- 'Center', 'Top', or 'Fixed' -->
|
||||||
<popupFixedPosition>
|
<popupFixedPosition>
|
||||||
<!-- these are used if popupPosition is set to 'Fixed' -->
|
<!-- these are used if popupPosition is set to 'Fixed' -->
|
||||||
|
|
||||||
<x>10</x>
|
<x>10</x>
|
||||||
<!-- positive number for distance from left edge, negative number for
|
<!-- positive number for distance from left edge, negative number for
|
||||||
distance from right edge, or 'Center' -->
|
distance from right edge, or 'Center' -->
|
||||||
@ -141,20 +132,18 @@
|
|||||||
<!-- 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. -->
|
||||||
<margins>
|
<margins>
|
||||||
<top>0</top>
|
<top>0</top>
|
||||||
<bottom>0</bottom>
|
<bottom>0</bottom>
|
||||||
<left>0</left>
|
<left>0</left>
|
||||||
<right>0</right>
|
<right>0</right>
|
||||||
</margins>
|
</margins>
|
||||||
|
<dock>
|
||||||
<dock>
|
|
||||||
<position>TopLeft</position>
|
<position>TopLeft</position>
|
||||||
<!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
|
<!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
|
||||||
<floatingX>0</floatingX>
|
<floatingX>0</floatingX>
|
||||||
@ -171,56 +160,81 @@
|
|||||||
<!-- in milliseconds (1000 = 1 second) -->
|
<!-- in milliseconds (1000 = 1 second) -->
|
||||||
<moveButton>Middle</moveButton>
|
<moveButton>Middle</moveButton>
|
||||||
<!-- 'Left', 'Middle', 'Right' -->
|
<!-- 'Left', 'Middle', 'Right' -->
|
||||||
</dock>
|
</dock>
|
||||||
|
<keyboard>
|
||||||
<keyboard>
|
|
||||||
<chainQuitKey>C-g</chainQuitKey>
|
<chainQuitKey>C-g</chainQuitKey>
|
||||||
|
|
||||||
<!-- Keybindings for desktop switching -->
|
<!-- Keybindings for desktop switching -->
|
||||||
<keybind key="C-A-Left">
|
<keybind key="C-A-Left">
|
||||||
<action name="DesktopLeft"><dialog>no</dialog><wrap>no</wrap></action>
|
<action name="DesktopLeft">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-Right">
|
<keybind key="C-A-Right">
|
||||||
<action name="DesktopRight"><dialog>no</dialog><wrap>no</wrap></action>
|
<action name="DesktopRight">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-Up">
|
<keybind key="C-A-Up">
|
||||||
<action name="DesktopUp"><dialog>no</dialog><wrap>no</wrap></action>
|
<action name="DesktopUp">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-Down">
|
<keybind key="C-A-Down">
|
||||||
<action name="DesktopDown"><dialog>no</dialog><wrap>no</wrap></action>
|
<action name="DesktopDown">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="S-A-Left">
|
<keybind key="S-A-Left">
|
||||||
<action name="SendToDesktopLeft"><dialog>no</dialog><wrap>no</wrap></action>
|
<action name="SendToDesktopLeft">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="S-A-Right">
|
<keybind key="S-A-Right">
|
||||||
<action name="SendToDesktopRight"><dialog>no</dialog><wrap>no</wrap></action>
|
<action name="SendToDesktopRight">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="S-A-Up">
|
<keybind key="S-A-Up">
|
||||||
<action name="SendToDesktopUp"><dialog>no</dialog><wrap>no</wrap></action>
|
<action name="SendToDesktopUp">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="S-A-Down">
|
<keybind key="S-A-Down">
|
||||||
<action name="SendToDesktopDown"><dialog>no</dialog><wrap>no</wrap></action>
|
<action name="SendToDesktopDown">
|
||||||
|
<dialog>no</dialog>
|
||||||
|
<wrap>no</wrap>
|
||||||
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-F1">
|
<keybind key="W-F1">
|
||||||
<action name="Desktop"><desktop>1</desktop></action>
|
<action name="Desktop">
|
||||||
|
<desktop>1</desktop>
|
||||||
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-F2">
|
<keybind key="W-F2">
|
||||||
<action name="Desktop"><desktop>2</desktop></action>
|
<action name="Desktop">
|
||||||
|
<desktop>2</desktop>
|
||||||
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-F3">
|
<keybind key="W-F3">
|
||||||
<action name="Desktop"><desktop>3</desktop></action>
|
<action name="Desktop">
|
||||||
|
<desktop>3</desktop>
|
||||||
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-F4">
|
<keybind key="W-F4">
|
||||||
<action name="Desktop"><desktop>4</desktop></action>
|
<action name="Desktop">
|
||||||
|
<desktop>4</desktop>
|
||||||
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-d">
|
<keybind key="W-d">
|
||||||
<action name="ToggleShowDesktop"/>
|
<action name="ToggleShowDesktop"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<keybind key="C-A-d">
|
|
||||||
<action name="ToggleShowDesktop"/>
|
|
||||||
</keybind>
|
|
||||||
|
|
||||||
<!-- Keybindings for windows -->
|
<!-- Keybindings for windows -->
|
||||||
<keybind key="A-F4">
|
<keybind key="A-F4">
|
||||||
<action name="Close"/>
|
<action name="Close"/>
|
||||||
@ -231,9 +245,10 @@
|
|||||||
<action name="Unfocus"/>
|
<action name="Unfocus"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-space">
|
<keybind key="A-space">
|
||||||
<action name="ShowMenu"><menu>client-menu</menu></action>
|
<action name="ShowMenu">
|
||||||
|
<menu>client-menu</menu>
|
||||||
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<!-- Keybindings for window switching -->
|
<!-- Keybindings for window switching -->
|
||||||
<keybind key="A-Tab">
|
<keybind key="A-Tab">
|
||||||
<action name="NextWindow"/>
|
<action name="NextWindow"/>
|
||||||
@ -243,10 +258,10 @@
|
|||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="C-A-Tab">
|
<keybind key="C-A-Tab">
|
||||||
<action name="NextWindow">
|
<action name="NextWindow">
|
||||||
<panels>yes</panels><desktop>yes</desktop>
|
<panels>yes</panels>
|
||||||
|
<desktop>yes</desktop>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<!-- Keybindings for running applications -->
|
<!-- Keybindings for running applications -->
|
||||||
<keybind key="W-e">
|
<keybind key="W-e">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
@ -257,30 +272,25 @@
|
|||||||
<command>pcmanfm</command>
|
<command>pcmanfm</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<!--keybindings for LXPanel -->
|
<!--keybindings for LXPanel -->
|
||||||
<keybind key="W-r">
|
<keybind key="W-r">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxpanelctl run</command>
|
<command>lxpanelctl run</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<keybind key="A-F2">
|
<keybind key="A-F2">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxpanelctl run</command>
|
<command>lxpanelctl run</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<keybind key="C-Escape">
|
<keybind key="C-Escape">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxpanelctl menu</command>
|
<command>lxpanelctl menu</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<keybind key="F11">
|
<keybind key="F11">
|
||||||
<action name="ToggleFullscreen"/>
|
<action name="ToggleFullscreen"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<!-- Launch Task Manager with Ctrl+Alt+Del -->
|
<!-- Launch Task Manager with Ctrl+Alt+Del -->
|
||||||
<keybind key="A-C-Delete">
|
<keybind key="A-C-Delete">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
@ -288,10 +298,65 @@
|
|||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
</keyboard>
|
<!-- Fast access to Terminal -->
|
||||||
|
<keybind key="C-A-T">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxterminal</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Fast access to filemanager -->
|
||||||
|
<keybind key="C-A-D">
|
||||||
|
<action name="Execute">
|
||||||
|
<startupnotify>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
<name>PCManFM</name>
|
||||||
|
</startupnotify>
|
||||||
|
<command>pcmanfm</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
<mouse>
|
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed)
|
||||||
|
<keybind key="XF86AudioMute">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>/usr/bin/volume.sh mute</execute>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="XF86AudioRaiseVolume">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>/usr/bin/volume.sh up</execute>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="XF86AudioLowerVolume">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>/usr/bin/volume.sh down</execute>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-F7">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>sleep 2;xset dpms force off</execute>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-F10">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>xbacklight -dec 10</execute>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-F11">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>xbacklight -inc 10</execute>
|
||||||
|
</action>
|
||||||
|
</keybind> -->
|
||||||
|
|
||||||
|
<!-- Taking Screenshots -->
|
||||||
|
<keybind key="Print">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>scrot</execute>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
</keyboard>
|
||||||
|
<mouse>
|
||||||
<dragThreshold>8</dragThreshold>
|
<dragThreshold>8</dragThreshold>
|
||||||
<!-- number of pixels the mouse must move before a drag begins -->
|
<!-- number of pixels the mouse must move before a drag begins -->
|
||||||
<doubleClickTime>200</doubleClickTime>
|
<doubleClickTime>200</doubleClickTime>
|
||||||
@ -300,7 +365,6 @@
|
|||||||
<!-- Time before changing desktops when the pointer touches the edge of the
|
<!-- Time before changing desktops when the pointer touches the edge of the
|
||||||
screen while moving a window, in milliseconds (1000 = 1 second).
|
screen while moving a window, in milliseconds (1000 = 1 second).
|
||||||
Set this to 0 to disable warping -->
|
Set this to 0 to disable warping -->
|
||||||
|
|
||||||
<context name="Frame">
|
<context name="Frame">
|
||||||
<mousebind button="A-Left" action="Press">
|
<mousebind button="A-Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
@ -312,7 +376,6 @@
|
|||||||
<mousebind button="A-Left" action="Drag">
|
<mousebind button="A-Left" action="Drag">
|
||||||
<action name="Move"/>
|
<action name="Move"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
<mousebind button="A-Right" action="Press">
|
<mousebind button="A-Right" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
@ -321,13 +384,11 @@
|
|||||||
<mousebind button="A-Right" action="Drag">
|
<mousebind button="A-Right" action="Drag">
|
||||||
<action name="Resize"/>
|
<action name="Resize"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
<mousebind button="A-Middle" action="Press">
|
<mousebind button="A-Middle" action="Press">
|
||||||
<action name="Lower"/>
|
<action name="Lower"/>
|
||||||
<action name="FocusToBottom"/>
|
<action name="FocusToBottom"/>
|
||||||
<action name="Unfocus"/>
|
<action name="Unfocus"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
<mousebind button="A-Up" action="Click">
|
<mousebind button="A-Up" action="Click">
|
||||||
<action name="DesktopPrevious"/>
|
<action name="DesktopPrevious"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
@ -347,7 +408,6 @@
|
|||||||
<action name="SendToDesktopNext"/>
|
<action name="SendToDesktopNext"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Titlebar">
|
<context name="Titlebar">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
@ -359,13 +419,11 @@
|
|||||||
<mousebind button="Left" action="DoubleClick">
|
<mousebind button="Left" action="DoubleClick">
|
||||||
<action name="ToggleMaximizeFull"/>
|
<action name="ToggleMaximizeFull"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
<mousebind button="Middle" action="Press">
|
<mousebind button="Middle" action="Press">
|
||||||
<action name="Lower"/>
|
<action name="Lower"/>
|
||||||
<action name="FocusToBottom"/>
|
<action name="FocusToBottom"/>
|
||||||
<action name="Unfocus"/>
|
<action name="Unfocus"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
<mousebind button="Up" action="Click">
|
<mousebind button="Up" action="Click">
|
||||||
<action name="Shade"/>
|
<action name="Shade"/>
|
||||||
<action name="FocusToBottom"/>
|
<action name="FocusToBottom"/>
|
||||||
@ -376,14 +434,14 @@
|
|||||||
<action name="Unshade"/>
|
<action name="Unshade"/>
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
<mousebind button="Right" action="Press">
|
<mousebind button="Right" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
<action name="ShowMenu"><menu>client-menu</menu></action>
|
<action name="ShowMenu">
|
||||||
|
<menu>client-menu</menu>
|
||||||
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Top">
|
<context name="Top">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
@ -391,52 +449,56 @@
|
|||||||
<action name="Unshade"/>
|
<action name="Unshade"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="Left" action="Drag">
|
<mousebind button="Left" action="Drag">
|
||||||
<action name="Resize"><edge>top</edge></action>
|
<action name="Resize">
|
||||||
|
<edge>top</edge>
|
||||||
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Left">
|
<context name="Left">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="Left" action="Drag">
|
<mousebind button="Left" action="Drag">
|
||||||
<action name="Resize"><edge>left</edge></action>
|
<action name="Resize">
|
||||||
|
<edge>left</edge>
|
||||||
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Right">
|
<context name="Right">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="Left" action="Drag">
|
<mousebind button="Left" action="Drag">
|
||||||
<action name="Resize"><edge>right</edge></action>
|
<action name="Resize">
|
||||||
|
<edge>right</edge>
|
||||||
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Bottom">
|
<context name="Bottom">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="Left" action="Drag">
|
<mousebind button="Left" action="Drag">
|
||||||
<action name="Resize"><edge>bottom</edge></action>
|
<action name="Resize">
|
||||||
|
<edge>bottom</edge>
|
||||||
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
<mousebind button="Middle" action="Press">
|
<mousebind button="Middle" action="Press">
|
||||||
<action name="Lower"/>
|
<action name="Lower"/>
|
||||||
<action name="FocusToBottom"/>
|
<action name="FocusToBottom"/>
|
||||||
<action name="Unfocus"/>
|
<action name="Unfocus"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
<mousebind button="Right" action="Press">
|
<mousebind button="Right" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
<action name="ShowMenu"><menu>client-menu</menu></action>
|
<action name="ShowMenu">
|
||||||
|
<menu>client-menu</menu>
|
||||||
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="BLCorner">
|
<context name="BLCorner">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
@ -446,7 +508,6 @@
|
|||||||
<action name="Resize"/>
|
<action name="Resize"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="BRCorner">
|
<context name="BRCorner">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
@ -456,7 +517,6 @@
|
|||||||
<action name="Resize"/>
|
<action name="Resize"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="TLCorner">
|
<context name="TLCorner">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
@ -467,7 +527,6 @@
|
|||||||
<action name="Resize"/>
|
<action name="Resize"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="TRCorner">
|
<context name="TRCorner">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
@ -478,7 +537,6 @@
|
|||||||
<action name="Resize"/>
|
<action name="Resize"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Client">
|
<context name="Client">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
@ -493,21 +551,23 @@
|
|||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Icon">
|
<context name="Icon">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
<action name="Unshade"/>
|
<action name="Unshade"/>
|
||||||
<action name="ShowMenu"><menu>client-menu</menu></action>
|
<action name="ShowMenu">
|
||||||
|
<menu>client-menu</menu>
|
||||||
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="Right" action="Press">
|
<mousebind button="Right" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
<action name="ShowMenu"><menu>client-menu</menu></action>
|
<action name="ShowMenu">
|
||||||
|
<menu>client-menu</menu>
|
||||||
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="AllDesktops">
|
<context name="AllDesktops">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
@ -518,7 +578,6 @@
|
|||||||
<action name="ToggleOmnipresent"/>
|
<action name="ToggleOmnipresent"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Shade">
|
<context name="Shade">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
@ -528,7 +587,6 @@
|
|||||||
<action name="ToggleShade"/>
|
<action name="ToggleShade"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Iconify">
|
<context name="Iconify">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
@ -538,7 +596,6 @@
|
|||||||
<action name="Iconify"/>
|
<action name="Iconify"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Maximize">
|
<context name="Maximize">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
@ -565,7 +622,6 @@
|
|||||||
<action name="ToggleMaximizeHorz"/>
|
<action name="ToggleMaximizeHorz"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Close">
|
<context name="Close">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
@ -576,7 +632,6 @@
|
|||||||
<action name="Close"/>
|
<action name="Close"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Desktop">
|
<context name="Desktop">
|
||||||
<mousebind button="Up" action="Click">
|
<mousebind button="Up" action="Click">
|
||||||
<action name="DesktopPrevious"/>
|
<action name="DesktopPrevious"/>
|
||||||
@ -584,7 +639,6 @@
|
|||||||
<mousebind button="Down" action="Click">
|
<mousebind button="Down" action="Click">
|
||||||
<action name="DesktopNext"/>
|
<action name="DesktopNext"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
<mousebind button="A-Up" action="Click">
|
<mousebind button="A-Up" action="Click">
|
||||||
<action name="DesktopPrevious"/>
|
<action name="DesktopPrevious"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
@ -597,7 +651,6 @@
|
|||||||
<mousebind button="C-A-Down" action="Click">
|
<mousebind button="C-A-Down" action="Click">
|
||||||
<action name="DesktopNext"/>
|
<action name="DesktopNext"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
@ -607,17 +660,19 @@
|
|||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="Root">
|
<context name="Root">
|
||||||
<!-- Menus -->
|
<!-- Menus -->
|
||||||
<mousebind button="Middle" action="Press">
|
<mousebind button="Middle" action="Press">
|
||||||
<action name="ShowMenu"><menu>client-list-combined-menu</menu></action>
|
<action name="ShowMenu">
|
||||||
|
<menu>client-list-combined-menu</menu>
|
||||||
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="Right" action="Press">
|
<mousebind button="Right" action="Press">
|
||||||
<action name="ShowMenu"><menu>root-menu</menu></action>
|
<action name="ShowMenu">
|
||||||
|
<menu>root-menu</menu>
|
||||||
|
</action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context name="MoveResize">
|
<context name="MoveResize">
|
||||||
<mousebind button="Up" action="Click">
|
<mousebind button="Up" action="Click">
|
||||||
<action name="DesktopPrevious"/>
|
<action name="DesktopPrevious"/>
|
||||||
@ -632,12 +687,10 @@
|
|||||||
<action name="DesktopNext"/>
|
<action name="DesktopNext"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
</mouse>
|
</mouse>
|
||||||
|
<menu>
|
||||||
<menu>
|
|
||||||
<!-- You can specify more than one menu file in here and they are all loaded,
|
<!-- 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/) -->
|
<!-- default menu file (or custom one in $HOME/.config/openbox/) -->
|
||||||
<file>/usr/share/lubuntu/openbox/menu.xml</file>
|
<file>/usr/share/lubuntu/openbox/menu.xml</file>
|
||||||
<hideDelay>200</hideDelay>
|
<hideDelay>200</hideDelay>
|
||||||
@ -652,10 +705,9 @@
|
|||||||
<!-- 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.
|
||||||
|
|
||||||
@ -726,6 +778,5 @@
|
|||||||
|
|
||||||
# end of the example
|
# end of the example
|
||||||
-->
|
-->
|
||||||
</applications>
|
</applications>
|
||||||
|
|
||||||
</openbox_config>
|
</openbox_config>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user