diff options
author | June McEnroe <june@causal.agency> | 2012-01-08 00:58:00 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-01-08 00:58:00 -0500 |
commit | efbddc10845e65e1bad8fa637f393d8cd9981a54 (patch) | |
tree | 243aac96294a5c8d21953fee8c6759c2366f1412 /_config/openbox | |
parent | Use smarttab in VIM (diff) | |
download | src-efbddc10845e65e1bad8fa637f393d8cd9981a54.tar.gz src-efbddc10845e65e1bad8fa637f393d8cd9981a54.zip |
Pineapples
Diffstat (limited to '_config/openbox')
-rw-r--r-- | _config/openbox/rc.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/_config/openbox/rc.xml b/_config/openbox/rc.xml index ea5b10a0..dfd07ece 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"/> |