Skip to content

Commit

Permalink
Meson: install hyprctl completions
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Apr 4, 2024
1 parent 2964d09 commit f07b5c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hyprctl/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
executable('hyprctl', 'main.cpp',
install: true
)

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.zsh', install_dir: join_paths(get_option('datadir'), 'zsh/site-functions'), install_tag: 'runtime', rename: '_hyprctl')

0 comments on commit f07b5c8

Please sign in to comment.