From 8c2cd640edc31869d6f1c9cfd1ff4fbebfd4db1e Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Sat, 26 Oct 2019 22:36:49 +0200 Subject: Add --custom to `output mode` command This forces to set the mode as a custom mode. --- include/sway/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3