2017-11-30 13:31:13 +00:00
|
|
|
option('sway_version', type : 'string', description: 'The version string reported in `sway --version`.')
|
|
|
|
option('default_wallpaper', type: 'boolean', value: true, description: 'Install the default wallpaper.')
|
2017-11-30 16:51:58 +00:00
|
|
|
option('zsh_completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')
|
2018-07-27 16:50:33 +00:00
|
|
|
option('bash_completions', type: 'boolean', value: true, description: 'Install bash shell completions.')
|
2018-07-24 21:37:41 +00:00
|
|
|
option('enable-xwayland', type: 'boolean', value: true, description: 'Enable support for X11 applications')
|