aboutsummaryrefslogtreecommitdiffstats
path: root/completions/zsh/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Seth Barberee <seth.barberee@gmail.com>2016-01-17 22:06:26 -0600
committerLibravatar Seth Barberee <seth.barberee@gmail.com>2016-01-17 22:06:26 -0600
commitfcd007155552376fa5c482d5d650b90f9a7e172e (patch)
tree40a42c07547e9d7605577b6263cb4d182761ab2d /completions/zsh/CMakeLists.txt
parentAdd ffmpeg/imagemagick to depenency list (diff)
downloadsway-fcd007155552376fa5c482d5d650b90f9a7e172e.tar.gz
sway-fcd007155552376fa5c482d5d650b90f9a7e172e.tar.zst
sway-fcd007155552376fa5c482d5d650b90f9a7e172e.zip
added basic zsh shell completion for sway, swaybg, and swaygrab
Diffstat (limited to 'completions/zsh/CMakeLists.txt')
-rw-r--r--completions/zsh/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/completions/zsh/CMakeLists.txt b/completions/zsh/CMakeLists.txt
new file mode 100644
index 00000000..561636f2
--- /dev/null
+++ b/completions/zsh/CMakeLists.txt
@@ -0,0 +1,4 @@
1install(
2 FILES _sway _swaymsg _swaygrab
3 DESTINATION share/zsh/site-functions/
4)