From 38b37247ff26b7c0926a8d31c1a91f818d1f5d84 Mon Sep 17 00:00:00 2001 From: Simon Ser 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/sway') 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-54-g00ecf