aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config')
-rw-r--r--sway/config/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config/output.c b/sway/config/output.c
index 8d946386..dc9ee37c 100644
--- a/sway/config/output.c
+++ b/sway/config/output.c
@@ -20,7 +20,7 @@ struct output_config *new_output_config() {
20 return NULL; 20 return NULL;
21 } 21 }
22 oc->enabled = -1; 22 oc->enabled = -1;
23 oc->width = oc->height -1; 23 oc->width = oc->height = -1;
24 oc->refresh_rate = -1; 24 oc->refresh_rate = -1;
25 oc->x = oc->y = -1; 25 oc->x = oc->y = -1;
26 oc->scale = -1; 26 oc->scale = -1;