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 e95c7b35..a50e9144 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -214,6 +214,7 @@ static void config_defaults(struct sway_config *config) {
214 if (!(config->font = strdup("monospace 10"))) goto cleanup; 214 if (!(config->font = strdup("monospace 10"))) goto cleanup;
215 config->font_height = 17; // height of monospace 10 215 config->font_height = 17; // height of monospace 10
216 config->urgent_timeout = 500; 216 config->urgent_timeout = 500;
217 config->popup_during_fullscreen = POPUP_SMART;
217 218
218 // floating view 219 // floating view
219 config->floating_maximum_width = 0; 220 config->floating_maximum_width = 0;