diff options
Diffstat (limited to 'data/rc.xml')
| -rw-r--r-- | data/rc.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/data/rc.xml b/data/rc.xml index efbd8a9c..3cd88ee8 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -129,7 +129,17 @@ <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 |
