mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
Fixed window_type with disabled xwayland support.
This commit is contained in:
parent
c9276f04c9
commit
587e320cd8
3 changed files with 16 additions and 10 deletions
|
|
@ -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: true, description: 'Enable support for X11 applications')
|
||||
option('enable-xwayland', type: 'boolean', value: false, description: 'Enable support for X11 applications')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue