summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorJochen Keil <jochen.keil@gmail.com>2012-08-16 20:08:50 +0200
committerJochen Keil <jochen.keil@gmail.com>2012-08-16 20:08:50 +0200
commitb57de3e23f36756d0ba85a10592dea02561f8b0f (patch)
treee5176525fa7d0712bca80ed16d27070f1d934f22 /readme.md
parent81289a1382f901b11320130f8a9c07e593a468f3 (diff)
downloadxmobar-b57de3e23f36756d0ba85a10592dea02561f8b0f.tar.gz
xmobar-b57de3e23f36756d0ba85a10592dea02561f8b0f.tar.bz2
New configuration option 'hideOnStart'
When set to True the window is initially not mapped, i.e. hidden. It then can be toggled manually (for example using the dbus interface) or automatically (by a plugin) to make it reappear (unhide/reveal).
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index f42a18c..f8a1f6e 100644
--- a/readme.md
+++ b/readme.md
@@ -226,6 +226,11 @@ Other configuration options:
: position = Top
+`hideOnStart`
+: When set to True the window is initially not mapped, i.e. hidden. It then
+ can be toggled manually (for example using the dbus interface) or
+ automatically (by a plugin) to make it reappear.
+
`persistent`
: When True the window status is fixed i.e. hiding or revealing is not
possible. This option can be toggled at runtime.