aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index c1320acf..6f65d0c2 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -212,6 +212,7 @@ static void config_defaults(struct sway_config *config) {
212 config->font_height = 17; // height of monospace 10 212 config->font_height = 17; // height of monospace 10
213 config->urgent_timeout = 500; 213 config->urgent_timeout = 500;
214 config->popup_during_fullscreen = POPUP_SMART; 214 config->popup_during_fullscreen = POPUP_SMART;
215 config->xwayland = true;
215 216
216 // floating view 217 // floating view
217 config->floating_maximum_width = 0; 218 config->floating_maximum_width = 0;