summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-28 23:07:48 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-28 23:07:48 +0200
commit9f25a975ae97df5cbb050825d157f221a9e88110 (patch)
tree454770c41f7b0e1c091a4fe935acc0b3875b02af /source/xrmoptions.c
parent3ac07c3535cf344ade1848b6c06d236e39a88111 (diff)
Fix windowcd command and allow custom Window string format
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.