aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-11-17 12:29:59 +0100
committerLibravatar emersion <contact@emersion.fr>2018-11-19 17:38:37 +0100
commit311c7db7e300bc9e749a582a56805150180138e0 (patch)
treea695f7af6143e47c8b7bb8afe32e2e8f59c39958 /sway/config.c
parentMerge pull request #3152 from camoz/master (diff)
downloadsway-311c7db7e300bc9e749a582a56805150180138e0.tar.gz
sway-311c7db7e300bc9e749a582a56805150180138e0.tar.zst
sway-311c7db7e300bc9e749a582a56805150180138e0.zip
Add xwayland command
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;