diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-07-13 15:19:42 +0300 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-07-13 15:19:42 +0300 |
| commit | 100e082aa6c18e70d31a98ebffc6877ad88d0e25 (patch) | |
| tree | 8544f62dd6f362932a6a963c8ac2f5cfc6991c88 /meson_options.txt | |
| parent | 11263ae7dc39087a86d71056aba48fef3e95fd26 (diff) | |
Add meson options to enable/disable swaybar and swaynag
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index e36900b6..6ba67554 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,6 +2,8 @@ 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('swaybar', type: 'boolean', value: true, description: 'Enable support for swaybar') +option('swaynag', type: 'boolean', value: true, description: 'Enable support for swaynag') option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications') option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray') option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybg') |
