https://github.com/swaywm/sway
Raw File
Tip revision: 3f02218b54645a68a7496eb15b7bb16d26b75ae2 authored by emersion on 20 October 2018, 20:52:56 UTC
Merge pull request #2901 from ianyfan/swaybar
Tip revision: 3f02218
meson_options.txt
option('sway-version', type : 'string', description: 'The version string reported in `sway --version`.')
option('use_rpath', type: 'boolean', value: false, description: 'install binaries with rpath set')
option('custom_rpath', type: 'string', value: '', description: 'override rpath with a custom one')
option('default-wallpaper', type: 'boolean', value: true, description: 'Install the default wallpaper.')
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')
back to top