diff options
author | emersion <contact@emersion.fr> | 2018-11-17 12:29:59 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-11-19 17:38:37 +0100 |
commit | 311c7db7e300bc9e749a582a56805150180138e0 (patch) | |
tree | a695f7af6143e47c8b7bb8afe32e2e8f59c39958 /sway/config.c | |
parent | 67d24e8fc54b9e091533500de22f02302a4c79fc (diff) |
Add xwayland command
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 1 |
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) { config->font_height = 17; // height of monospace 10 config->urgent_timeout = 500; config->popup_during_fullscreen = POPUP_SMART; + config->xwayland = true; // floating view config->floating_maximum_width = 0; |