]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xml
add a comment
[chaz/openbox] / data / rc.xml
index efbd8a9ca35684ab598f24628b7e27e7b3a7d958..3cd88ee884682eb4d38edd26f68060c4f568ceef 100644 (file)
   <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.020148 seconds and 4 git commands to generate.