added basic zsh shell completion for sway, swaybg, and swaygrab

This commit is contained in:
Seth Barberee 2016-01-17 22:06:26 -06:00
parent fe241126bb
commit fcd0071555
5 changed files with 90 additions and 1 deletions

View file

@ -0,0 +1,4 @@
install(
FILES _sway _swaymsg _swaygrab
DESTINATION share/zsh/site-functions/
)