commit d541a024611affbb57ebb75e6c2fecc4e6a121fe
parent 6780aa34fc22cb4be24091487b7e01fdc74d1b31
Author: Drew DeVault <sir@cmpwn.com>
Date: Sat, 14 May 2016 15:17:30 -0400
Turn off ZSH completions by default
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -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)