hyprctl: fix fish completions

This commit is contained in:
ErrorNoInternet 2024-04-09 14:25:14 +08:00 committed by Mihai Fufezan
parent d0d1ba5918
commit c7b87e0aed

View File

@ -3,5 +3,5 @@ executable('hyprctl', 'main.cpp',
)
install_data('hyprctl.bash', install_dir: join_paths(get_option('datadir'), 'bash-completions'), install_tag: 'runtime', rename: 'hyprctl')
install_data('hyprctl.fish', install_dir: join_paths(get_option('datadir'), 'fish/completions'), install_tag: 'runtime')
install_data('hyprctl.fish', install_dir: join_paths(get_option('datadir'), 'fish/vendor_completions.d'), install_tag: 'runtime')
install_data('hyprctl.zsh', install_dir: join_paths(get_option('datadir'), 'zsh/site-functions'), install_tag: 'runtime', rename: '_hyprctl')