aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-05-14 15:17:30 -0400
committerFurkan Sahin <furkan-dev@proton.me>2016-05-14 15:17:30 -0400
commit827bdc8b51478436984cf3f9360707ebb77d2965 (patch)
tree71c34bd6bfc71ea46631b8618bf96345e20975b0 /CMakeLists.txt
parentc8daaeddb4d4931c6f627dc0e8d2141915235484 (diff)
Turn off ZSH completions by default
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 435c708a..1b5bf090 100644
--- 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)