mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
Turn off ZSH completions by default
This commit is contained in:
parent
6780aa34fc
commit
d541a02461
@ -46,7 +46,7 @@ option(enable-swaygrab "Enables the swaygrab utility" YES)
|
||||
option(enable-swaymsg "Enables the swaymsg utility" YES)
|
||||
option(enable-gdk-pixbuf "Use Pixbuf to support more image formats" YES)
|
||||
option(enable-binding-event "Enables binding event subscription" YES)
|
||||
option(zsh-completions "Zsh shell completions" YES)
|
||||
option(zsh-completions "Zsh shell completions" NO)
|
||||
option(default-wallpaper "Installs the default wallpaper" YES)
|
||||
|
||||
find_package(JsonC REQUIRED)
|
||||
|
Loading…
Reference in New Issue
Block a user