]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xml
Fix two typos in comments in rc.xml
[chaz/openbox] / data / rc.xml
index efbd8a9ca35684ab598f24628b7e27e7b3a7d958..4e25ffa242a4df036a4752bfd5f74c785f496124 100644 (file)
@@ -36,7 +36,7 @@
   <!-- whether to place windows in the center of the free area found or
        the top left corner -->
   <active>no</active>
-  <!-- force new windows ont the active monitor on a multi-head system, unless
+  <!-- force new windows onto the active monitor on a multi-head system, unless
        they are part of an application already on another monitor -->
 </placement>
 
@@ -44,7 +44,7 @@
   <name>Clearlooks</name>
   <titleLayout>NLIMC</titleLayout>
   <!--
-      avaible characters are NDSLIMC, each can occur at most once.
+      available characters are NDSLIMC, each can occur at most once.
       N: window icon
       L: window label (AKA title).
       I: iconify
   <popupShow>Nonpixel</popupShow>
   <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
   <popupPosition>Center</popupPosition>
-  <!-- 'Center' or 'Top' -->
+  <!-- '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
This page took 0.022306 seconds and 4 git commands to generate.