summaryrefslogtreecommitdiffstats
path: root/completions/zsh/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-01-19 18:50:12 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-01-19 18:50:12 -0500
commita6b19988c54272dbd9366a7e8fa6b8c459541cb6 (patch)
tree5991fa5cb3c5003b003952365356ad123d3048d4 /completions/zsh/CMakeLists.txt
parentMerge pull request #448 from colemickens/libinput (diff)
parentadded basic zsh shell completion for sway, swaybg, and swaygrab (diff)
downloadsway-a6b19988c54272dbd9366a7e8fa6b8c459541cb6.tar.gz
sway-a6b19988c54272dbd9366a7e8fa6b8c459541cb6.tar.zst
sway-a6b19988c54272dbd9366a7e8fa6b8c459541cb6.zip
Merge pull request #440 from SethBarberee/zsh-completions
Basic Zsh auto-completion for --options
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)