diff options
Diffstat (limited to 'src/command-line.h')
-rw-r--r-- | src/command-line.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/command-line.h b/src/command-line.h index 2cfa076..21e17c8 100644 --- a/src/command-line.h +++ b/src/command-line.h @@ -91,6 +91,25 @@ typedef struct { * when started. */ + int list_targets; /* + * If true, list resolved targets of operations + * (from query/assign or rc file) and exit. + */ + + int terse; /* + * If true, output minimal information to query + * operations. + */ + + int dpy_string; /* + * If true, output the display device mask as a list + * of display device names instead of a number. + */ + + int write_config; /* + * If true, write out the configuration file on exit. + */ + } Options; |