mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
build: compile with swaybar
This commit is contained in:
parent
90a80e7041
commit
aa9ac7f057
2 changed files with 1 additions and 2 deletions
|
|
@ -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: false, description: 'Enable support for swaybar')
|
||||
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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue