1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-28 14:06:35 +02:00

Turn off ZSH completions by default

This commit is contained in:
Drew DeVault 2016-05-14 15:17:30 -04:00
parent 6780aa34fc
commit d541a02461

View File

@ -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)