aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-10-28 10:25:47 +0000
committerFurkan Sahin <furkan-dev@proton.me>2018-10-28 10:25:47 +0000
commit6e645617ed477cea8bde146d1bf5647c11fd63bc (patch)
treebbb234ad123657f1a8ed1f311cf9183b67e7e961 /meson_options.txt
parent007dafcc3fbfe6402bdd58cb34f53416c886a584 (diff)
swaybar: add tray interface
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2db852fc..4640618e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,3 +6,4 @@ option('zsh-completions', type: 'boolean', value: true, description: 'Install zs
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')
+option('enable-tray', type: 'boolean', value: false, description: 'Enable support for swaybar tray')