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 6d2f99c9..f8eb4c72 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -173,6 +173,8 @@ static XrmOption xrmOptions[] = {
"Scrolling method. (0: Page, 1: Centered)" },
{ xrm_String, "fake-background", { .str = &config.fake_background }, NULL,
"Background to use for fake transparency. (background or screenshot)" },
+ { xrm_String, "window-format", { .str = &config.window_format }, NULL,
+ "Window Format. w (desktop name), t (title), n (name), r (role), c (class)" },
};
// Dynamic options.