summary refs log tree commit diff
path: root/_config
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-01-08 00:58:00 -0500
committerJune McEnroe <programble@gmail.com>2012-01-08 00:58:00 -0500
commita714ad34d2fe98880bae25fb046b7ebd6a3f1693 (patch)
treed864a9ae3f3dccf486938121e3f14e9944f5da99 /_config
parentUse smarttab in VIM (diff)
downloadsrc-a714ad34d2fe98880bae25fb046b7ebd6a3f1693.tar.gz
src-a714ad34d2fe98880bae25fb046b7ebd6a3f1693.zip
Pineapples
Diffstat (limited to '_config')
-rw-r--r--_config/openbox/rc.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/_config/openbox/rc.xml b/_config/openbox/rc.xml
index f0f743da..be373857 100644
--- a/_config/openbox/rc.xml
+++ b/_config/openbox/rc.xml
@@ -90,14 +90,14 @@
       <slant>Normal</slant>
       <!-- 'italic' or 'normal' -->
     </font>
-    <font place="OnScreenDisplay">
-      <name>sans</name>
-      <size>9</size>
-      <!-- font size in points -->
-      <weight>bold</weight>
-      <!-- 'bold' or 'normal' -->
-      <slant>normal</slant>
-      <!-- 'italic' or 'normal' -->
+    <font place="ActiveOnScreenDisplay">
+      <name/>
+    </font>
+    <font place="InactiveOnScreenDisplay">
+      <name>Sans</name>
+      <size>8</size>
+      <weight/>
+      <slant/>
     </font>
   </theme>
   <desktops>
@@ -402,7 +402,7 @@
         <action name="Lower"/>
     </mousebind>-->
       <mousebind action="Click" button="Up">
-          <action name="ToggleAlwaysOnTop"/>
+        <action name="ToggleAlwaysOnTop"/>
       </mousebind>
       <mousebind action="Click" button="Down">
         <action name="Unshade"/>