aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar madblobfish <madblobfish@users.noreply.github.com>2018-10-27 16:54:32 +0200
committerLibravatar madblobfish <madblobfish@users.noreply.github.com>2018-10-27 16:54:32 +0200
commit31d1ffb88fce7ddcef16c495b8b7ad11b703405d (patch)
tree7f9c7e8ef6fca6a413e0187b778eb5a28edba037 /meson.build
parentadded fish completions for swayidle (diff)
downloadsway-31d1ffb88fce7ddcef16c495b8b7ad11b703405d.tar.gz
sway-31d1ffb88fce7ddcef16c495b8b7ad11b703405d.tar.zst
sway-31d1ffb88fce7ddcef16c495b8b7ad11b703405d.zip
added fish completions for swaynag
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 4687986b..6b23b4e3 100644
--- a/meson.build
+++ b/meson.build
@@ -247,6 +247,7 @@ if (get_option('fish-completions'))
247 'completions/fish/swayidle.fish', 247 'completions/fish/swayidle.fish',
248 'completions/fish/swaylock.fish', 248 'completions/fish/swaylock.fish',
249 'completions/fish/swaymsg.fish', 249 'completions/fish/swaymsg.fish',
250 'completions/fish/swaynag.fish',
250 ) 251 )
251 fish_install_dir = datadir + '/fish/completions' 252 fish_install_dir = datadir + '/fish/completions'
252 253