summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorWilliam McKinnon <[email protected]>2022-04-29 12:45:34 -0400
committerWilliam McKinnon <[email protected]>2022-04-29 12:45:34 -0400
commit0eccfe24df181185b4e3080c24117e6cb324b418 (patch)
treee28b8f23696728078c2e0a6cd3a9448d4b428e5d /meson_options.txt
parent45bca03713ee58df7a2fd743a20b710717579e77 (diff)
default waybar to false
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6ba67554..6d2bbfe7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,7 +2,7 @@ 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('swaybar', type: 'boolean', value: false, 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')