diff options
author | June McEnroe <programble@gmail.com> | 2012-01-08 00:58:00 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-01-08 00:58:00 -0500 |
commit | a714ad34d2fe98880bae25fb046b7ebd6a3f1693 (patch) | |
tree | d864a9ae3f3dccf486938121e3f14e9944f5da99 /_config/openbox | |
parent | Use smarttab in VIM (diff) | |
download | src-a714ad34d2fe98880bae25fb046b7ebd6a3f1693.tar.gz src-a714ad34d2fe98880bae25fb046b7ebd6a3f1693.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 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"/> |