summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/openbox/autostart4
-rw-r--r--config/openbox/rc.xml784
-rw-r--r--config/spacefm/session650
-rw-r--r--themes/Lean/openbox-3/themerc32
4 files changed, 1454 insertions, 16 deletions
diff --git a/config/openbox/autostart b/config/openbox/autostart
new file mode 100644
index 0000000..8675417
--- /dev/null
+++ b/config/openbox/autostart
@@ -0,0 +1,4 @@
+xfce4-panel &
+xfce4-power-manager &
+/usr/lib64/xfce4/notifyd/xfce4-notifyd &
+spacefm --desktop &
diff --git a/config/openbox/rc.xml b/config/openbox/rc.xml
new file mode 100644
index 0000000..43a87a1
--- /dev/null
+++ b/config/openbox/rc.xml
@@ -0,0 +1,784 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Do not edit this file, it will be overwritten on install.
+ Copy the file to $HOME/.config/openbox/ instead. -->
+<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <resistance>
+ <strength>10</strength>
+ <screen_edge_strength>20</screen_edge_strength>
+ </resistance>
+ <focus>
+ <focusNew>yes</focusNew>
+ <!-- always try to focus new windows when they appear. other rules do
+ apply -->
+ <followMouse>no</followMouse>
+ <!-- move focus to a window when you move the mouse into it -->
+ <focusLast>yes</focusLast>
+ <!-- focus the last used window when changing desktops, instead of the one
+ under the mouse pointer. when followMouse is enabled -->
+ <underMouse>no</underMouse>
+ <!-- move focus under the mouse, even when the mouse is not moving -->
+ <focusDelay>200</focusDelay>
+ <!-- when followMouse is enabled, the mouse must be inside the window for
+ this many milliseconds (1000 = 1 sec) before moving focus to it -->
+ <raiseOnFocus>no</raiseOnFocus>
+ <!-- when followMouse is enabled, and a window is given focus by moving the
+ mouse into it, also raise the window -->
+ </focus>
+ <placement>
+ <policy>Smart</policy>
+ <!-- 'Smart' or 'UnderMouse' -->
+ <center>yes</center>
+ <!-- whether to place windows in the center of the free area found or
+ the top left corner -->
+ <monitor>Primary</monitor>
+ <!-- with Smart placement on a multi-monitor system, try to place new windows
+ on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
+ the active window is, 'Primary' - only on the primary monitor -->
+ <primaryMonitor>1</primaryMonitor>
+ <!-- The monitor where Openbox should place popup dialogs such as the
+ focus cycling popup, or the desktop switch popup. It can be an index
+ from 1, specifying a particular monitor. Or it can be one of the
+ following: 'Mouse' - where the mouse is, or
+ 'Active' - where the active window is -->
+ </placement>
+ <theme>
+ <name>Lean</name>
+ <titleLayout>NLIMC</titleLayout>
+ <!--
+ available characters are NDSLIMC, each can occur at most once.
+ N: window icon
+ L: window label (AKA title).
+ I: iconify
+ M: maximize
+ C: close
+ S: shade (roll up/down)
+ D: omnipresent (on all desktops).
+ -->
+ <keepBorder>yes</keepBorder>
+ <animateIconify>yes</animateIconify>
+ <font place="ActiveWindow">
+ <name>Px437 DOS/V re. JPN24</name>
+ <size>13</size>
+ <!-- font size in points -->
+ <weight>Normal</weight>
+ <!-- 'bold' or 'normal' -->
+ <slant>Normal</slant>
+ <!-- 'italic' or 'normal' -->
+ </font>
+ <font place="InactiveWindow">
+ <name>Px437 DOS/V re. JPN24</name>
+ <size>13</size>
+ <!-- font size in points -->
+ <weight>Normal</weight>
+ <!-- 'bold' or 'normal' -->
+ <slant>Normal</slant>
+ <!-- 'italic' or 'normal' -->
+ </font>
+ <font place="MenuHeader">
+ <name>sans</name>
+ <size>9</size>
+ <!-- font size in points -->
+ <weight>normal</weight>
+ <!-- 'bold' or 'normal' -->
+ <slant>normal</slant>
+ <!-- 'italic' or 'normal' -->
+ </font>
+ <font place="MenuItem">
+ <name>sans</name>
+ <size>9</size>
+ <!-- font size in points -->
+ <weight>normal</weight>
+ <!-- 'bold' or 'normal' -->
+ <slant>normal</slant>
+ <!-- 'italic' or 'normal' -->
+ </font>
+ <font place="ActiveOnScreenDisplay">
+ <name>sans</name>
+ <size>9</size>
+ <!-- font size in points -->
+ <weight>bold</weight>
+ <!-- 'bold' or 'normal' -->
+ <slant>normal</slant>
+ <!-- 'italic' or 'normal' -->
+ </font>
+ <font place="InactiveOnScreenDisplay">
+ <name>sans</name>
+ <size>9</size>
+ <!-- font size in points -->
+ <weight>bold</weight>
+ <!-- 'bold' or 'normal' -->
+ <slant>normal</slant>
+ <!-- 'italic' or 'normal' -->
+ </font>
+ </theme>
+ <desktops>
+ <!-- this stuff is only used at startup, pagers allow you to change them
+ during a session
+
+ these are default values to use when other ones are not already set
+ by other applications, or saved in your session
+
+ use obconf if you want to change these without having to log out
+ and back in -->
+ <number>4</number>
+ <firstdesk>1</firstdesk>
+ <names>
+ <!-- set names up here if you want to, like this:
+ <name>desktop 1</name>
+ <name>desktop 2</name>
+ -->
+ </names>
+ <popupTime>875</popupTime>
+ <!-- The number of milliseconds to show the popup for when switching
+ desktops. Set this to 0 to disable the popup. -->
+ </desktops>
+ <resize>
+ <drawContents>yes</drawContents>
+ <popupShow>Nonpixel</popupShow>
+ <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
+ <popupPosition>Center</popupPosition>
+ <!-- 'Center', 'Top', or 'Fixed' -->
+ <popupFixedPosition>
+ <!-- these are used if popupPosition is set to 'Fixed' -->
+ <x>10</x>
+ <!-- positive number for distance from left edge, negative number for
+ distance from right edge, or 'Center' -->
+ <y>10</y>
+ <!-- positive number for distance from top edge, negative number for
+ distance from bottom edge, or 'Center' -->
+ </popupFixedPosition>
+ </resize>
+ <!-- You can reserve a portion of your screen where windows will not cover when
+ they are maximized, or when they are initially placed.
+ Many programs reserve space automatically, but you can use this in other
+ cases. -->
+ <margins>
+ <top>0</top>
+ <bottom>0</bottom>
+ <left>0</left>
+ <right>0</right>
+ </margins>
+ <dock>
+ <position>TopLeft</position>
+ <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
+ <floatingX>0</floatingX>
+ <floatingY>0</floatingY>
+ <noStrut>no</noStrut>
+ <stacking>Above</stacking>
+ <!-- 'Above', 'Normal', or 'Below' -->
+ <direction>Vertical</direction>
+ <!-- 'Vertical' or 'Horizontal' -->
+ <autoHide>no</autoHide>
+ <hideDelay>300</hideDelay>
+ <!-- in milliseconds (1000 = 1 second) -->
+ <showDelay>300</showDelay>
+ <!-- in milliseconds (1000 = 1 second) -->
+ <moveButton>Middle</moveButton>
+ <!-- 'Left', 'Middle', 'Right' -->
+ </dock>
+ <keyboard>
+ <chainQuitKey>C-g</chainQuitKey>
+ <!-- Keybindings for desktop switching -->
+ <keybind key="C-A-Left">
+ <action name="GoToDesktop">
+ <to>left</to>
+ <wrap>no</wrap>
+ </action>
+ </keybind>
+ <keybind key="C-A-Right">
+ <action name="GoToDesktop">
+ <to>right</to>
+ <wrap>no</wrap>
+ </action>
+ </keybind>
+ <keybind key="C-A-Up">
+ <action name="GoToDesktop">
+ <to>up</to>
+ <wrap>no</wrap>
+ </action>
+ </keybind>
+ <keybind key="C-A-Down">
+ <action name="GoToDesktop">
+ <to>down</to>
+ <wrap>no</wrap>
+ </action>
+ </keybind>
+ <keybind key="S-A-Left">
+ <action name="SendToDesktop">
+ <to>left</to>
+ <wrap>no</wrap>
+ </action>
+ </keybind>
+ <keybind key="S-A-Right">
+ <action name="SendToDesktop">
+ <to>right</to>
+ <wrap>no</wrap>
+ </action>
+ </keybind>
+ <keybind key="S-A-Up">
+ <action name="SendToDesktop">
+ <to>up</to>
+ <wrap>no</wrap>
+ </action>
+ </keybind>
+ <keybind key="S-A-Down">
+ <action name="SendToDesktop">
+ <to>down</to>
+ <wrap>no</wrap>
+ </action>
+ </keybind>
+ <keybind key="W-F1">
+ <action name="GoToDesktop">
+ <to>1</to>
+ </action>
+ </keybind>
+ <keybind key="W-F2">
+ <action name="GoToDesktop">
+ <to>2</to>
+ </action>
+ </keybind>
+ <keybind key="W-F3">
+ <action name="GoToDesktop">
+ <to>3</to>
+ </action>
+ </keybind>
+ <keybind key="W-F4">
+ <action name="GoToDesktop">
+ <to>4</to>
+ </action>
+ </keybind>
+ <keybind key="W-d">
+ <action name="ToggleShowDesktop"/>
+ </keybind>
+ <!-- Keybindings for windows -->
+ <keybind key="A-F4">
+ <action name="Close"/>
+ </keybind>
+ <keybind key="A-Escape">
+ <action name="Lower"/>
+ <action name="FocusToBottom"/>
+ <action name="Unfocus"/>
+ </keybind>
+ <keybind key="A-space">
+ <action name="ShowMenu">
+ <menu>client-menu</menu>
+ </action>
+ </keybind>
+ <!-- Keybindings for window switching -->
+ <keybind key="A-Tab">
+ <action name="NextWindow">
+ <finalactions>
+ <action name="Focus"/>
+ <action name="Raise"/>
+ <action name="Unshade"/>
+ </finalactions>
+ </action>
+ </keybind>
+ <keybind key="A-S-Tab">
+ <action name="PreviousWindow">
+ <finalactions>
+ <action name="Focus"/>
+ <action name="Raise"/>
+ <action name="Unshade"/>
+ </finalactions>
+ </action>
+ </keybind>
+ <keybind key="C-A-Tab">
+ <action name="NextWindow">
+ <panels>yes</panels>
+ <desktop>yes</desktop>
+ <finalactions>
+ <action name="Focus"/>
+ <action name="Raise"/>
+ <action name="Unshade"/>
+ </finalactions>
+ </action>
+ </keybind>
+ <!-- Keybindings for window switching with the arrow keys -->
+ <keybind key="W-S-Right">
+ <action name="DirectionalCycleWindows">
+ <direction>right</direction>
+ </action>
+ </keybind>
+ <keybind key="W-S-Left">
+ <action name="DirectionalCycleWindows">
+ <direction>left</direction>
+ </action>
+ </keybind>
+ <keybind key="W-S-Up">
+ <action name="DirectionalCycleWindows">
+ <direction>up</direction>
+ </action>
+ </keybind>
+ <keybind key="W-S-Down">
+ <action name="DirectionalCycleWindows">
+ <direction>down</direction>
+ </action>
+ </keybind>
+ <!-- Keybindings for running applications -->
+ <keybind key="W-e">
+ <action name="Execute">
+ <startupnotify>
+ <enabled>true</enabled>
+ <name>Konqueror</name>
+ </startupnotify>
+ <command>kfmclient openProfile filemanagement</command>
+ </action>
+ </keybind>
+ </keyboard>
+ <mouse>
+ <dragThreshold>1</dragThreshold>
+ <!-- number of pixels the mouse must move before a drag begins -->
+ <doubleClickTime>500</doubleClickTime>
+ <!-- in milliseconds (1000 = 1 second) -->
+ <screenEdgeWarpTime>400</screenEdgeWarpTime>
+ <!-- Time before changing desktops when the pointer touches the edge of the
+ screen while moving a window, in milliseconds (1000 = 1 second).
+ Set this to 0 to disable warping -->
+ <screenEdgeWarpMouse>false</screenEdgeWarpMouse>
+ <!-- Set this to TRUE to move the mouse pointer across the desktop when
+ switching due to hitting the edge of the screen -->
+ <context name="Frame">
+ <mousebind button="A-Left" action="Press">
+ <action name="Focus"/>
+ <action name="Raise"/>
+ </mousebind>
+ <mousebind button="A-Left" action="Click">
+ <action name="Unshade"/>
+ </mousebind>
+ <mousebind button="A-Left" action="Drag">
+ <action name="Move"/>
+ </mousebind>
+ <mousebind button="A-Right" action="Press">
+ <action name="Focus"/>
+ <action name="Raise"/>
+ <action name="Unshade"/>
+ </mousebind>
+ <mousebind button="A-Right" action="Drag">
+ <action name="Resize"/>
+ </mousebind>
+ <mousebind button="A-Middle" action="Press">
+ <action name="Lower"/>
+ <action name="FocusToBottom"/>
+ <action name="Unfocus"/>
+ </mousebind>
+ <mousebind button="A-Up" action="Click">
+ <action name="GoToDesktop">
+ <to>previous</to>
+ </action>
+ </mousebind>
+ <mousebind button="A-Down" action="Click">
+ <action name="GoToDesktop">
+ <to>next</to>
+ </action>
+ </mousebind>
+ <mousebind button="C-A-Up" action="Click">
+ <action name="GoToDesktop">
+ <to>previous</to>
+ </action>
+ </mousebind>
+ <mousebind button="C-A-Down" action="Click">
+ <action name="GoToDesktop">
+ <to>next</to>
+ </action>
+ </mousebind>
+ <mousebind button="A-S-Up" action="Click">
+ <action name="SendToDesktop">
+ <to>previous</to>
+ </action>
+ </mousebind>
+ <mousebind button="A-S-Down" action="Click">
+ <action name="SendToDesktop">
+ <to>next</to>
+ </action>
+ </mousebind>
+ </context>
+ <context name="Titlebar">
+ <mousebind button="Left" action="Drag">
+ <action name="Move"/>
+ </mousebind>
+ <mousebind button="Left" action="DoubleClick">
+ <action name="ToggleMaximize"/>
+ </mousebind>
+ <mousebind button="Up" action="Click">
+ <action name="if">
+ <shaded>no</shaded>
+ <then>
+ <action name="Shade"/>
+ <action name="FocusToBottom"/>
+ <action name="Unfocus"/>
+ <action name="Lower"/>
+ </then>
+ </action>
+ </mousebind>
+ <mousebind button="Down" action="Click">
+ <action name="if">
+ <shaded>yes</shaded>
+ <then>
+ <action name="Unshade"/>
+ <action name="Raise"/>
+ </then>
+ </action>
+ </mousebind>
+ </context>
+ <context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
+ <mousebind button="Left" action="Press">
+ <action name="Focus"/>
+ <action name="Raise"/>
+ <action name="Unshade"/>
+ </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="Top">
+ <mousebind button="Left" action="Drag">
+ <action name="Resize">
+ <edge>top</edge>
+ </action>
+ </mousebind>
+ </context>
+ <context name="Left">
+ <mousebind button="Left" action="Drag">
+ <action name="Resize">
+ <edge>left</edge>
+ </action>
+ </mousebind>
+ </context>
+ <context name="Right">
+ <mousebind button="Left" action="Drag">
+ <action name="Resize">
+ <edge>right</edge>
+ </action>
+ </mousebind>
+ </context>
+ <context name="Bottom">
+ <mousebind button="Left" action="Drag">
+ <action name="Resize">
+ <edge>bottom</edge>
+ </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="TRCorner BRCorner TLCorner BLCorner">
+ <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="ToggleMaximize"/>
+ </mousebind>
+ <mousebind button="Middle" action="Click">
+ <action name="ToggleMaximize">
+ <direction>vertical</direction>
+ </action>
+ </mousebind>
+ <mousebind button="Right" action="Click">
+ <action name="ToggleMaximize">
+ <direction>horizontal</direction>
+ </action>
+ </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="GoToDesktop">
+ <to>previous</to>
+ </action>
+ </mousebind>
+ <mousebind button="Down" action="Click">
+ <action name="GoToDesktop">
+ <to>next</to>
+ </action>
+ </mousebind>
+ <mousebind button="A-Up" action="Click">
+ <action name="GoToDesktop">
+ <to>previous</to>
+ </action>
+ </mousebind>
+ <mousebind button="A-Down" action="Click">
+ <action name="GoToDesktop">
+ <to>next</to>
+ </action>
+ </mousebind>
+ <mousebind button="C-A-Up" action="Click">
+ <action name="GoToDesktop">
+ <to>previous</to>
+ </action>
+ </mousebind>
+ <mousebind button="C-A-Down" action="Click">
+ <action name="GoToDesktop">
+ <to>next</to>
+ </action>
+ </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="GoToDesktop">
+ <to>previous</to>
+ </action>
+ </mousebind>
+ <mousebind button="Down" action="Click">
+ <action name="GoToDesktop">
+ <to>next</to>
+ </action>
+ </mousebind>
+ <mousebind button="A-Up" action="Click">
+ <action name="GoToDesktop">
+ <to>previous</to>
+ </action>
+ </mousebind>
+ <mousebind button="A-Down" action="Click">
+ <action name="GoToDesktop">
+ <to>next</to>
+ </action>
+ </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 -->
+ <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
+ <file>menu.xml</file>
+ <hideDelay>200</hideDelay>
+ <!-- if a press-release lasts longer than this setting (in milliseconds), the
+ menu is hidden again -->
+ <middle>no</middle>
+ <!-- center submenus vertically about the parent entry -->
+ <submenuShowDelay>100</submenuShowDelay>
+ <!-- time to delay before showing a submenu after hovering over the parent
+ entry.
+ if this is a negative value, then the delay is infinite and the
+ submenu will not be shown until it is clicked on -->
+ <submenuHideDelay>400</submenuHideDelay>
+ <!-- time to delay before hiding a submenu when selecting another
+ entry in parent menu
+ if this is a negative value, then the delay is infinite and the
+ submenu will not be hidden until a different submenu is opened -->
+ <showIcons>yes</showIcons>
+ <!-- controls if icons appear in the client-list-(combined-)menu -->
+ <manageDesktops>yes</manageDesktops>
+ <!-- show the manage desktops section in the client-list-(combined-)menu -->
+ </menu>
+ <applications>
+ <!--
+ # this is an example with comments through out. use these to make your
+ # own rules, but without the comments of course.
+ # you may use one or more of the name/class/role/title/type rules to specify
+ # windows to match
+
+ <application name="the window's _OB_APP_NAME property (see obxprop)"
+ class="the window's _OB_APP_CLASS property (see obxprop)"
+ groupname="the window's _OB_APP_GROUP_NAME property (see obxprop)"
+ groupclass="the window's _OB_APP_GROUP_CLASS property (see obxprop)"
+ role="the window's _OB_APP_ROLE property (see obxprop)"
+ title="the window's _OB_APP_TITLE property (see obxprop)"
+ type="the window's _OB_APP_TYPE property (see obxprob)..
+ (if unspecified, then it is 'dialog' for child windows)">
+ # you may set only one of name/class/role/title/type, or you may use more
+ # than one together to restrict your matches.
+
+ # the name, class, role, and title use simple wildcard matching such as those
+ # used by a shell. you can use * to match any characters and ? to match
+ # any single character.
+
+ # the type is one of: normal, dialog, splash, utility, menu, toolbar, dock,
+ # or desktop
+
+ # when multiple rules match a window, they will all be applied, in the
+ # order that they appear in this list
+
+
+ # each rule element can be left out or set to 'default' to specify to not
+ # change that attribute of the window
+
+ <decor>yes</decor>
+ # enable or disable window decorations
+
+ <shade>no</shade>
+ # make the window shaded when it appears, or not
+
+ <position force="no">
+ # the position is only used if both an x and y coordinate are provided
+ # (and not set to 'default')
+ # when force is "yes", then the window will be placed here even if it
+ # says you want it placed elsewhere. this is to override buggy
+ # applications who refuse to behave
+ <x>center</x>
+ # a number like 50, or 'center' to center on screen. use a negative number
+ # to start from the right (or bottom for <y>), ie -50 is 50 pixels from
+ # the right edge (or bottom). use 'default' to specify using value
+ # provided by the application, or chosen by openbox, instead.
+ <y>200</y>
+ <monitor>1</monitor>
+ # specifies the monitor in a xinerama setup.
+ # 1 is the first head, or 'mouse' for wherever the mouse is
+ </position>
+
+ <size>
+ # the size to make the window.
+ <width>20</width>
+ # a number like 20, or 'default' to use the size given by the application.
+ # you can use fractions such as 1/2 or percentages such as 75% in which
+ # case the value is relative to the size of the monitor that the window
+ # appears on.
+ <height>30%</height>
+ </size>
+
+ <focus>yes</focus>
+ # if the window should try be given focus when it appears. if this is set
+ # to yes it doesn't guarantee the window will be given focus. some
+ # restrictions may apply, but Openbox will try to
+
+ <desktop>1</desktop>
+ # 1 is the first desktop, 'all' for all desktops
+
+ <layer>normal</layer>
+ # 'above', 'normal', or 'below'
+
+ <iconic>no</iconic>
+ # make the window iconified when it appears, or not
+
+ <skip_pager>no</skip_pager>
+ # asks to not be shown in pagers
+
+ <skip_taskbar>no</skip_taskbar>
+ # asks to not be shown in taskbars. window cycling actions will also
+ # skip past such windows
+
+ <fullscreen>yes</fullscreen>
+ # make the window in fullscreen mode when it appears
+
+ <maximized>true</maximized>
+ # 'Horizontal', 'Vertical' or boolean (yes/no)
+ </application>
+
+ # end of the example
+-->
+ </applications>
+</openbox_config>
diff --git a/config/spacefm/session b/config/spacefm/session
new file mode 100644
index 0000000..c0a470c
--- /dev/null
+++ b/config/spacefm/session
@@ -0,0 +1,650 @@
+# SpaceFM Session File
+
+# THIS FILE IS NOT DESIGNED TO BE EDITED - it will be read and OVERWRITTEN
+
+# If you delete all session* files, SpaceFM will be reset to factory defaults.
+
+[General]
+show_thumbnail=1
+tool_icon_size=2
+no_execute=0
+
+[Window]
+width=814
+height=627
+maximized=0
+
+[Desktop]
+show_wallpaper=1
+wallpaper=/home/aura/Pictures/90s-anime-aesthetic-wric2do30b1rjds3.jpg
+bg1=4656,4125,12014
+bg2=404,37,481
+text=65535,65535,65535
+shadow=0,0,0
+
+[Interface]
+always_show_tabs=0
+
+[MOD]
+dev_root_mount-z=/usr/bin/udevil mount -o %o %v
+dev_root_unmount-z=/usr/bin/udevil umount %v
+dev_show_internal_drives-b=2
+dev_show_empty-b=1
+dev_show_net-b=1
+dev_show_file-b=1
+dev_dispname-s=%v %s %l %m
+dev_dispname-z=%v %s %l %m
+dev_automount_optical-b=1
+dev_automount_removable-b=1
+dev_auto_open-b=1
+dev_mount_options-s=noexec, nosuid, noatime
+dev_mount_options-z=noexec, nosuid, noatime
+dev_remount_options-s=noexec, nosuid, noatime
+dev_remount_options-z=noexec, nosuid, noatime
+dev_change-s=cifs curlftpfs ftpfs fuse.sshfs nfs smbfs
+dev_change-z=cifs curlftpfs ftpfs fuse.sshfs nfs smbfs
+dev_fs_cnf-s=hand_fs_+fuseiso hand_fs_+udiso hand_fs_+def
+dev_net_cnf-s=hand_net_+http hand_net_+ftp hand_net_+ssh hand_net_+mtp hand_net_+gphoto hand_net_+ifuse hand_net_+udevil hand_net_+udevilsmb hand_net_+fusesmb hand_net_+fuse
+book_add-key=100
+book_add-keymod=4
+main_book-child=cstm_1c173ba5
+move_filename-b=1
+move_path-b=1
+move_type-b=1
+move_target-b=1
+move_template-b=1
+move_copy-b=1
+move_link-b=1
+move_as_root-b=1
+move_dlg_font-x=632
+move_dlg_font-y=391
+move_dlg_font-z=0
+move_dlg_confirm_create-b=1
+status_info-b=1
+main_new_window-key=110
+main_new_window-keymod=4
+main_terminal-s=xfce4-terminal
+main_terminal-key=65473
+main_terminal-b=2
+main_save_tabs-b=2
+main_exit-key=113
+main_exit-keymod=4
+panel1_show-key=49
+panel1_show-keymod=4
+panel1_show-b=1
+panel2_show-key=50
+panel2_show-keymod=4
+panel2_show-b=2
+panel3_show-key=51
+panel3_show-keymod=4
+panel3_show-b=2
+panel4_show-key=52
+panel4_show-keymod=4
+panel4_show-b=2
+main_pbar-b=2
+main_title-s=%d
+main_title-z=%d
+main_full-key=65480
+main_full-b=2
+main_tool-child=cstm_78b50d7d
+root_bar-b=1
+view_thumb-b=1
+plug_cverb-b=1
+main_help-key=65470
+main_help-b=1
+task_col_status-x=0
+task_col_status-y=130
+task_col_status-b=1
+task_col_count-x=1
+task_col_path-x=2
+task_col_path-y=80
+task_col_path-b=1
+task_col_file-x=3
+task_col_file-y=80
+task_col_file-b=1
+task_col_to-x=4
+task_col_to-y=80
+task_col_to-b=1
+task_col_progress-x=5
+task_col_progress-y=100
+task_col_progress-b=1
+task_col_total-x=6
+task_col_total-y=120
+task_col_total-b=1
+task_col_started-x=7
+task_col_elapsed-x=8
+task_col_elapsed-y=70
+task_col_elapsed-b=1
+task_col_curspeed-x=9
+task_col_curspeed-y=80
+task_col_curspeed-b=1
+task_col_curest-x=10
+task_col_curest-y=80
+task_col_curest-b=1
+task_col_avgspeed-x=11
+task_col_avgspeed-y=60
+task_col_avgest-x=12
+task_col_avgest-y=65
+task_show_manager-x=200
+task_show_manager-b=2
+task_hide_manager-b=1
+task_popups-s=618
+task_popups-z=316
+task_pop_all-b=2
+task_pop_top-s=750
+task_pop_top-z=221
+task_pop_top-b=2
+task_pop_above-b=2
+task_pop_stick-b=2
+task_pop_detail-b=2
+task_pop_over-b=1
+task_pop_err-b=1
+task_pop_font-s=Monospace 11
+task_err_first-b=1
+task_err_any-b=2
+task_err_cont-b=2
+task_q_new-b=1
+task_q_smart-b=1
+desk_sort_name-b=2
+desk_sort_type-b=2
+desk_sort_date-b=2
+desk_sort_size-b=2
+desk_sort_cust-b=1
+desk_sort_ascend-b=1
+desk_sort_descend-b=2
+context_dlg-s=Monospace 11
+context_dlg-x=800
+context_dlg-y=600
+context_dlg-b=2
+date_format-s=%Y-%m-%d %H:%M
+con_open-cxt=2%%%%%0%%%%%0%%%%%0%%%%%
+open_hand-s=hand_f_+iso
+open_all-key=65475
+arc_def_ex-b=1
+arc_def_parent-b=1
+arc_def_write-b=1
+arc_conf2-s=hand_arc_+7z hand_arc_+rar hand_arc_+tar hand_arc_+tar_bz2 hand_arc_+tar_gz hand_arc_+tar_xz hand_arc_+zip hand_arc_+gz hand_arc_+xz
+open_new-next=cstm_6d12fe9f
+new_file-key=70
+new_file-keymod=5
+new_folder-key=102
+new_folder-keymod=4
+arc_dlg-z=1
+arc_dlg-b=1
+tab_new-key=116
+tab_new-keymod=4
+con_go-cxt=2%%%%%2%%%%%2%%%%%0%%%%%/
+go_back-key=65361
+go_back-keymod=8
+go_forward-key=65363
+go_forward-keymod=8
+go_up-key=65362
+go_up-keymod=8
+go_default-key=65307
+focus_path_bar-key=108
+focus_path_bar-keymod=4
+tab_prev-key=65056
+tab_prev-keymod=5
+tab_next-key=65289
+tab_next-keymod=4
+tab_close-key=119
+tab_close-keymod=4
+tab_1-key=49
+tab_1-keymod=8
+tab_2-key=50
+tab_2-keymod=8
+tab_3-key=51
+tab_3-keymod=8
+tab_4-key=52
+tab_4-keymod=8
+tab_5-key=53
+tab_5-keymod=8
+tab_6-key=54
+tab_6-keymod=8
+tab_7-key=55
+tab_7-keymod=8
+tab_8-key=56
+tab_8-keymod=8
+tab_9-key=57
+tab_9-keymod=8
+tab_10-key=48
+tab_10-keymod=8
+rubberband-b=1
+sortby_name-b=1
+sortby_size-b=2
+sortby_type-b=2
+sortby_perm-b=2
+sortby_owner-b=2
+sortby_date-b=2
+sortby_ascend-b=1
+sortby_descend-b=2
+sortx_natural-b=1
+sortx_case-b=2
+sortx_folders-b=1
+sortx_files-b=2
+sortx_mix-b=2
+sortx_hidfirst-b=1
+sortx_hidlast-b=2
+view_refresh-key=65474
+path_seek-b=1
+edit_cut-key=120
+edit_cut-keymod=4
+edit_cut-cxt=2%%%%%0%%%%%0%%%%%4%%%%%
+edit_copy-key=99
+edit_copy-keymod=4
+edit_copy-cxt=2%%%%%0%%%%%0%%%%%0%%%%%
+edit_paste-key=118
+edit_paste-keymod=4
+edit_rename-key=65471
+edit_rename-cxt=2%%%%%0%%%%%0%%%%%10%%%%%
+edit_delete-key=65535
+edit_delete-cxt=2%%%%%0%%%%%0%%%%%0%%%%%
+copy_name-key=67
+copy_name-keymod=9
+copy_path-key=67
+copy_path-keymod=5
+paste_link-key=86
+paste_link-keymod=5
+paste_as-key=65
+paste_as-keymod=5
+select_all-key=97
+select_all-keymod=4
+prop_info-key=65293
+prop_info-keymod=8
+prop_perm-key=112
+prop_perm-keymod=4
+panel1_show_toolbox-b=1
+panel1_show_devmon-b=2
+panel1_show_dirtree-b=1
+panel1_show_sidebar-b=2
+panel1_list_detailed-b=2
+panel1_list_icons-b=1
+panel1_list_compact-b=2
+panel1_list_large-b=1
+panel1_show_hidden-key=104
+panel1_show_hidden-keymod=4
+panel1_show_hidden-b=2
+panel1_detcol_name-x=0
+panel1_detcol_name-b=1
+panel1_detcol_size-x=1
+panel1_detcol_size-b=1
+panel1_detcol_type-x=2
+panel1_detcol_type-b=2
+panel1_detcol_perm-x=3
+panel1_detcol_perm-b=2
+panel1_detcol_owner-x=4
+panel1_detcol_owner-b=2
+panel1_detcol_date-x=5
+panel1_detcol_date-b=2
+panel1_sort_extra-x=2
+panel1_sort_extra-y=1
+panel1_sort_extra-z=1
+panel1_sort_extra-b=1
+panel1_book_fol-b=1
+panel2_show_toolbox-b=1
+panel2_show_devmon-b=2
+panel2_show_dirtree-b=1
+panel2_show_sidebar-b=2
+panel2_list_detailed-b=1
+panel2_detcol_name-x=0
+panel2_detcol_name-b=1
+panel2_detcol_size-x=1
+panel2_detcol_size-b=1
+panel2_detcol_type-x=2
+panel2_detcol_type-b=2
+panel2_detcol_perm-x=3
+panel2_detcol_perm-b=2
+panel2_detcol_owner-x=4
+panel2_detcol_owner-b=2
+panel2_detcol_date-x=5
+panel2_detcol_date-b=2
+panel2_sort_extra-x=2
+panel2_sort_extra-y=1
+panel2_sort_extra-z=1
+panel2_sort_extra-b=1
+panel2_book_fol-b=1
+panel3_show_toolbox-b=1
+panel3_show_devmon-b=2
+panel3_show_dirtree-b=1
+panel3_show_book-b=2
+panel3_show_sidebar-b=2
+panel3_list_detailed-b=1
+panel3_detcol_name-x=0
+panel3_detcol_name-b=1
+panel3_detcol_size-x=1
+panel3_detcol_size-b=1
+panel3_detcol_type-x=2
+panel3_detcol_type-b=2
+panel3_detcol_perm-x=3
+panel3_detcol_perm-b=2
+panel3_detcol_owner-x=4
+panel3_detcol_owner-b=2
+panel3_detcol_date-x=5
+panel3_detcol_date-b=2
+panel3_sort_extra-x=2
+panel3_sort_extra-y=1
+panel3_sort_extra-z=1
+panel3_sort_extra-b=1
+panel3_book_fol-b=1
+panel4_show_toolbox-b=1
+panel4_show_dirtree-b=1
+panel4_list_detailed-b=1
+panel4_detcol_name-x=0
+panel4_detcol_name-b=1
+panel4_detcol_size-x=1
+panel4_detcol_size-b=1
+panel4_detcol_type-x=2
+panel4_detcol_perm-x=3
+panel4_detcol_owner-x=4
+panel4_detcol_date-x=5
+panel4_sort_extra-x=2
+panel4_sort_extra-y=1
+panel4_sort_extra-z=1
+panel4_sort_extra-b=1
+panel4_book_fol-b=1
+book_single-b=1
+dev_newtab-b=1
+dev_single-b=1
+su_command-s=/bin/su
+gsu_command-s=/bin/su
+editor-s=gnome-text-editor %U
+editor-b=2
+book_new-key=100
+book_new-keymod=4
+config_version-s=38
+cstm_1c173ba5-x=3
+cstm_1c173ba5-z=/home/aura
+cstm_1c173ba5-label=Home
+cstm_1c173ba5-parent=main_book
+drag_action-x=0
+panel1_show_toolbox0-b=1
+panel1_show_sidebar0-b=2
+panel1_detcol_name0-y=3646
+panel1_detcol_name0-b=1
+panel1_detcol_size0-y=100
+panel1_detcol_size0-b=1
+panel1_detcol_type0-b=2
+panel1_detcol_perm0-b=2
+panel1_detcol_owner0-b=2
+panel1_detcol_date0-b=2
+panel1_slider_positions0-s=81
+panel1_slider_positions0-x=178
+panel1_slider_positions0-y=81
+panel1_tool_l-child=cstm_37a7bbbb
+cstm_1cf82c18-next=cstm_5512f77a
+cstm_1cf82c18-tool=4
+cstm_1cf82c18-prev=cstm_37a7bbbb
+cstm_5512f77a-next=cstm_7da5d3cd
+cstm_5512f77a-tool=9
+cstm_5512f77a-prev=cstm_1cf82c18
+cstm_63583aa6-next=cstm_62f9f29c
+cstm_63583aa6-tool=7
+cstm_63583aa6-prev=cstm_7da5d3cd
+cstm_62f9f29c-tool=6
+cstm_62f9f29c-prev=cstm_63583aa6
+panel1_tool_r-child=cstm_43f837f7
+cstm_43f837f7-tool=12
+cstm_43f837f7-parent=panel1_tool_r
+panel_sliders-s=240
+panel_sliders-x=609
+panel_sliders-y=323
+panel_sliders-z=427
+cstm_78b50d7d-label=New _Command
+cstm_78b50d7d-parent=main_tool
+cstm_78b50d7d-task=1
+cstm_78b50d7d-task_err=1
+cstm_78b50d7d-task_out=1
+cstm_78b50d7d-keep=1
+panel1_show_toolbox1-b=1
+panel1_show_devmon1-b=2
+panel1_show_book1-b=2
+panel1_show_sidebar1-b=2
+panel1_detcol_name1-y=509
+panel1_detcol_name1-b=1
+panel1_detcol_size1-y=100
+panel1_detcol_size1-b=1
+panel1_detcol_type1-b=2
+panel1_detcol_perm1-b=2
+panel1_detcol_owner1-b=2
+panel1_detcol_date1-b=2
+panel1_slider_positions1-s=0
+panel1_slider_positions1-x=0
+panel1_slider_positions1-y=0
+panel2_show_toolbox1-b=1
+panel2_show_devmon1-b=2
+panel2_show_book1-b=2
+panel2_show_sidebar1-b=2
+panel2_detcol_name1-y=700
+panel2_detcol_name1-b=1
+panel2_detcol_size1-y=100
+panel2_detcol_size1-b=1
+panel2_detcol_type1-b=2
+panel2_detcol_perm1-b=2
+panel2_detcol_owner1-b=2
+panel2_detcol_date1-b=2
+panel2_slider_positions1-s=0
+panel2_slider_positions1-x=140
+panel2_slider_positions1-y=0
+panel2_tool_l-child=cstm_7a70f34a
+cstm_7a70f34a-next=cstm_4149473b
+cstm_7a70f34a-tool=2
+cstm_7a70f34a-parent=panel2_tool_l
+cstm_4149473b-next=cstm_617a4c02
+cstm_4149473b-tool=3
+cstm_4149473b-prev=cstm_7a70f34a
+cstm_617a4c02-next=cstm_05613f71
+cstm_617a4c02-tool=4
+cstm_617a4c02-prev=cstm_4149473b
+cstm_05613f71-next=cstm_10e922b1
+cstm_05613f71-tool=14
+cstm_05613f71-prev=cstm_617a4c02
+cstm_10e922b1-next=cstm_4fa657a7
+cstm_10e922b1-tool=9
+cstm_10e922b1-prev=cstm_05613f71
+cstm_4fa657a7-next=cstm_1e81d17f
+cstm_4fa657a7-tool=11
+cstm_4fa657a7-prev=cstm_10e922b1
+cstm_1e81d17f-next=cstm_5e72cdce
+cstm_1e81d17f-tool=7
+cstm_1e81d17f-prev=cstm_4fa657a7
+cstm_5e72cdce-tool=6
+cstm_5e72cdce-prev=cstm_1e81d17f
+panel2_tool_r-child=cstm_6f6cc08f
+cstm_6f6cc08f-tool=12
+cstm_6f6cc08f-parent=panel2_tool_r
+panel2_show_toolbox0-b=1
+panel2_show_devmon0-b=2
+panel2_show_sidebar0-b=2
+panel2_detcol_name0-y=1024
+panel2_detcol_name0-b=1
+panel2_detcol_size0-y=100
+panel2_detcol_size0-b=1
+panel2_detcol_type0-b=2
+panel2_detcol_perm0-b=2
+panel2_detcol_owner0-b=2
+panel2_detcol_date0-b=2
+panel2_slider_positions0-s=0
+panel2_slider_positions0-x=0
+panel2_slider_positions0-y=0
+panel2_show_toolbox2-b=1
+panel2_show_devmon2-b=2
+panel2_show_book2-b=2
+panel2_show_sidebar2-b=2
+panel2_detcol_name2-y=150
+panel2_detcol_name2-b=1
+panel2_detcol_size2-y=974
+panel2_detcol_size2-b=1
+panel2_detcol_type2-b=2
+panel2_detcol_perm2-b=2
+panel2_detcol_owner2-b=2
+panel2_detcol_date2-b=2
+panel2_slider_positions2-s=0
+panel2_slider_positions2-x=0
+panel2_slider_positions2-y=0
+panel3_show_toolbox2-b=1
+panel3_show_devmon2-b=2
+panel3_show_book2-b=2
+panel3_show_sidebar2-b=2
+panel3_detcol_name2-y=1024
+panel3_detcol_name2-b=1
+panel3_detcol_size2-y=100
+panel3_detcol_size2-b=1
+panel3_detcol_type2-b=2
+panel3_detcol_perm2-b=2
+panel3_detcol_owner2-b=2
+panel3_detcol_date2-b=2
+panel3_slider_positions2-s=0
+panel3_slider_positions2-x=0
+panel3_slider_positions2-y=0
+panel3_tool_l-child=cstm_0281d7e7
+cstm_0281d7e7-next=cstm_24c6b754
+cstm_0281d7e7-tool=2
+cstm_0281d7e7-parent=panel3_tool_l
+cstm_24c6b754-next=cstm_405e6158
+cstm_24c6b754-tool=3
+cstm_24c6b754-prev=cstm_0281d7e7
+cstm_405e6158-next=cstm_51c0789c
+cstm_405e6158-tool=4
+cstm_405e6158-prev=cstm_24c6b754
+cstm_51c0789c-next=cstm_2b13d7f7
+cstm_51c0789c-tool=14
+cstm_51c0789c-prev=cstm_405e6158
+cstm_2b13d7f7-next=cstm_076bc02a
+cstm_2b13d7f7-tool=9
+cstm_2b13d7f7-prev=cstm_51c0789c
+cstm_076bc02a-next=cstm_6aab2008
+cstm_076bc02a-tool=11
+cstm_076bc02a-prev=cstm_2b13d7f7
+cstm_6aab2008-next=cstm_71e59b9f
+cstm_6aab2008-tool=7
+cstm_6aab2008-prev=cstm_076bc02a
+cstm_71e59b9f-tool=6
+cstm_71e59b9f-prev=cstm_6aab2008
+panel3_tool_r-child=cstm_2382fbcf
+cstm_2382fbcf-tool=12
+cstm_2382fbcf-parent=panel3_tool_r
+panel3_show_toolbox0-b=1
+panel3_show_devmon0-b=2
+panel3_show_book0-b=2
+panel3_show_sidebar0-b=2
+panel3_detcol_name0-y=1024
+panel3_detcol_name0-b=1
+panel3_detcol_size0-y=100
+panel3_detcol_size0-b=1
+panel3_detcol_type0-b=2
+panel3_detcol_perm0-b=2
+panel3_detcol_owner0-b=2
+panel3_detcol_date0-b=2
+panel3_slider_positions0-s=0
+panel3_slider_positions0-x=0
+panel3_slider_positions0-y=0
+panel3_show_toolbox1-b=1
+panel3_show_devmon1-b=2
+panel3_show_book1-b=2
+panel3_show_sidebar1-b=2
+panel3_detcol_name1-y=223
+panel3_detcol_name1-b=1
+panel3_detcol_size1-y=100
+panel3_detcol_size1-b=1
+panel3_detcol_type1-b=2
+panel3_detcol_perm1-b=2
+panel3_detcol_owner1-b=2
+panel3_detcol_date1-b=2
+panel3_slider_positions1-s=0
+panel3_slider_positions1-x=0
+panel3_slider_positions1-y=0
+panel4_show_toolbox1-b=1
+panel4_show_devmon1-b=2
+panel4_show_book1-b=2
+panel4_show_sidebar1-b=2
+panel4_detcol_name1-y=700
+panel4_detcol_name1-b=1
+panel4_detcol_size1-y=100
+panel4_detcol_size1-b=1
+panel4_detcol_type1-b=2
+panel4_detcol_perm1-b=2
+panel4_detcol_owner1-b=2
+panel4_detcol_date1-b=2
+panel4_slider_positions1-s=0
+panel4_slider_positions1-x=0
+panel4_slider_positions1-y=0
+panel4_tool_l-child=cstm_160069a6
+cstm_160069a6-next=cstm_78c640a8
+cstm_160069a6-tool=2
+cstm_160069a6-parent=panel4_tool_l
+cstm_78c640a8-next=cstm_407b27e8
+cstm_78c640a8-tool=3
+cstm_78c640a8-prev=cstm_160069a6
+cstm_407b27e8-next=cstm_3a75fa10
+cstm_407b27e8-tool=4
+cstm_407b27e8-prev=cstm_78c640a8
+cstm_3a75fa10-next=cstm_4dd93822
+cstm_3a75fa10-tool=14
+cstm_3a75fa10-prev=cstm_407b27e8
+cstm_4dd93822-next=cstm_19cbbc1b
+cstm_4dd93822-tool=9
+cstm_4dd93822-prev=cstm_3a75fa10
+cstm_19cbbc1b-next=cstm_1dce34b6
+cstm_19cbbc1b-tool=11
+cstm_19cbbc1b-prev=cstm_4dd93822
+cstm_1dce34b6-next=cstm_30d32abe
+cstm_1dce34b6-tool=7
+cstm_1dce34b6-prev=cstm_19cbbc1b
+cstm_30d32abe-tool=6
+cstm_30d32abe-prev=cstm_1dce34b6
+panel4_tool_r-child=cstm_5dc3f413
+cstm_5dc3f413-tool=12
+cstm_5dc3f413-parent=panel4_tool_r
+text_dlg-s=600
+text_dlg-x=500
+text_dlg-y=506
+text_dlg-z=758
+panel1_show_toolbox2-b=1
+font_dlg-x=570
+font_dlg-y=352
+panel1_show_devmon2-b=2
+panel1_show_book2-b=2
+panel1_show_sidebar2-b=2
+panel1_detcol_name2-y=1024
+panel1_detcol_name2-b=1
+panel1_detcol_size2-y=100
+panel1_detcol_size2-b=1
+panel1_detcol_type2-b=2
+panel1_detcol_perm2-b=2
+panel1_detcol_owner2-b=2
+panel1_detcol_date2-b=2
+panel1_slider_positions2-s=0
+panel1_slider_positions2-x=0
+panel1_slider_positions2-y=0
+panel1_tool_s-child=cstm_0334e083
+cstm_0334e083-next=cstm_1f5facfd
+cstm_0334e083-tool=2
+cstm_0334e083-parent=panel1_tool_s
+cstm_1f5facfd-next=cstm_4024d2b6
+cstm_1f5facfd-tool=3
+cstm_1f5facfd-prev=cstm_0334e083
+cstm_4024d2b6-tool=4
+cstm_4024d2b6-prev=cstm_1f5facfd
+cstm_7da5d3cd-next=cstm_63583aa6
+cstm_7da5d3cd-tool=10
+cstm_7da5d3cd-prev=cstm_5512f77a
+panel4_detcol_name2-y=700
+panel4_detcol_size2-y=100
+panel1_show_devmon0-b=2
+cstm_37a7bbbb-next=cstm_1cf82c18
+cstm_37a7bbbb-tool=3
+cstm_37a7bbbb-parent=panel1_tool_l
+app_dlg-s=622
+app_dlg-x=600
+app_dlg-y=600
+app_dlg-z=455
+cstm_6d12fe9f-y=
+cstm_6d12fe9f-label=Open _Terminal
+cstm_6d12fe9f-cxt=0%%%%%0%%%%%0%%%%%0%%%%%
+cstm_6d12fe9f-prev=open_new
+cstm_6d12fe9f-line=xfce4-terminal --working-directory=%d
+cstm_6d12fe9f-task_err=1
+cstm_6d12fe9f-task_out=1
+cstm_6d12fe9f-keep=1
+panel1_show_dirtree0-b=1
+
diff --git a/themes/Lean/openbox-3/themerc b/themes/Lean/openbox-3/themerc
index ae6b37e..b403ea4 100644
--- a/themes/Lean/openbox-3/themerc
+++ b/themes/Lean/openbox-3/themerc
@@ -1,5 +1,5 @@
#NB #383838
-#AB #8fa876
+#AB #9999ff
#NF #dadada
#AF #ffffff
border.width: 1
@@ -15,32 +15,32 @@ window.*.title.bg: flat solid
window.*.label.bg: parentrelative
window.*.button.*.bg: parentrelative
window.*.handle.bg: flat solid
-window.*.text.justify: center
-window.active.title.bg.color: #8fa876
+window.*.text.justify: left
+window.active.title.bg.color: #9999ff
window.active.label.text.color: #ffffff
window.active.button.*.unpressed.image.color: #ffffff
-window.active.button.*.disabled.image.color: #b4c5a3
-window.active.button.*.hover.image.color: #c7d3ba
-window.active.button.*.pressed.image.color: #47543b
-window.active.handle.bg.color: #8fa876
-window.inactive.title.bg.color: #383838
-window.inactive.label.text.color: #898989
+window.active.button.*.disabled.image.color: #ccccff
+window.active.button.*.hover.image.color: #e6e6ff
+window.active.button.*.pressed.image.color: #6666ff
+window.active.handle.bg.color: #9999ff
+window.inactive.title.bg.color: #cccccc
+window.inactive.label.text.color: #808080
window.inactive.button.*.unpressed.image.color: #898989
window.inactive.button.*.disabled.image.color: #6e6e6e
window.inactive.button.*.hover.image.color: #dadada
window.inactive.button.*.pressed.image.color: #1c1c1c
window.inactive.handle.bg.color: #383838
menu.title.bg: flat solid
-menu.title.bg.color: #8fa876
-menu.title.text.color: #ffffff
+menu.title.bg.color: #ffffff
+menu.title.text.color: #9999ff
menu.items.bg: flat solid
-menu.items.bg.color: #383838
-menu.items.text.color: #dadada
+menu.items.bg.color: #ffffff
+menu.items.text.color: #000000
menu.items.disabled.text.color: #6e6e6e
menu.items.active.bg: flat solid
-menu.items.active.bg.color: #8fa876
+menu.items.active.bg.color: #9999ff
menu.items.active.text.color: #ffffff
-menu.items.active.disabled.text.color: #b4c5a3
+menu.items.active.disabled.text.color: #ccccff
menu.separator.color: #252525
menu.separator.padding.width: 0
osd.bg: flat solid
@@ -48,4 +48,4 @@ osd.bg.color: #383838
osd.unhilight.bg: flat solid
osd.unhilight.bg.color: #383838
osd.hilight.bg: flat solid
-osd.hilight.bg.color: #8fa876 \ No newline at end of file
+osd.hilight.bg.color: #9999ff