swaylock/meson_options.txt
2019-01-13 21:16:47 -05:00

6 lines
519 B
Meson

option('sway-version', type : 'string', description: 'The version string reported in `sway --version`.')
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-tray', type: 'boolean', value: false, description: 'Enable support for swaybar tray')