diff options
author | Pascal Pascher <aur@clouddrop.de> | 2018-09-03 11:17:07 +0200 |
---|---|---|
committer | Pascal Pascher <aur@clouddrop.de> | 2018-09-03 11:17:07 +0200 |
commit | f9986018214b82bfc2b2d48e3a9e4a867812ca50 (patch) | |
tree | 9e4c8cd483e90e1ea4397a92735162a1a49197eb | |
parent | 587e320cd85b3c635b653b6e16b21ce5fb7bade0 (diff) | |
download | sway-f9986018214b82bfc2b2d48e3a9e4a867812ca50.tar.xz |
fix window_type with disabled xwayland support
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 0b31b6b4..50d646fd 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,4 +4,4 @@ option('default-wallpaper', type: 'boolean', value: true, description: 'Install option('zsh-completions', type: 'boolean', value: true, description: 'Install zsh shell completions.') option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.') option('fish-completions', type: 'boolean', value: true, description: 'Install fish shell completions.') -option('enable-xwayland', type: 'boolean', value: false, description: 'Enable support for X11 applications') +option('enable-xwayland', type: 'boolean', value: true, description: 'Enable support for X11 applications') |