summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index ce0c5056..d81c46cd 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -223,6 +223,8 @@ static XrmOption xrmOptions[] = {
"Set the character used to negate the matching. ('\\0' to disable)", CONFIG_DEFAULT },
{ xrm_String, "cache-dir", { .str = &config.cache_dir }, NULL,
"Directory where history and temporary files are stored.", CONFIG_DEFAULT },
+ { xrm_Boolean, "window-thumbnail", { .snum = &config.window_thumbnail }, NULL,
+ "Show window thumbnail in window switcher if availalbe.", CONFIG_DEFAULT },
};
/** Dynamic array of extra options */