diff options
author | Simon Ser <contact@emersion.fr> | 2019-10-26 22:36:49 +0200 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2019-11-04 19:40:47 -0500 |
commit | 38b37247ff26b7c0926a8d31c1a91f818d1f5d84 (patch) | |
tree | 6589cc37ee6374ceca8cd2d42d1b95d26e82c1a8 /include | |
parent | eaee087c1705713cd957a4050b3734c27434cb78 (diff) |
Add --custom to `output mode` command
This forces to set the mode as a custom mode.
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 632027ea..3dedbec8 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -198,6 +198,7 @@ struct output_config { int enabled; int width, height; float refresh_rate; + int custom_mode; int x, y; float scale; int32_t transform; |