summary refs log tree commit diff
path: root/_config
diff options
context:
space:
mode:
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"/>
ogheader'>2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe