aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar madblobfish <madblobfish@users.noreply.github.com>2018-10-27 16:54:20 +0200
committerLibravatar madblobfish <madblobfish@users.noreply.github.com>2018-10-27 16:54:20 +0200
commit834f23f57aefd78921a997ef3e0a835a682461ca (patch)
tree02f32d9c268d18ed675c3f2056fc882b33e205e8 /meson.build
parentreordered swaylock manpage (diff)
downloadsway-834f23f57aefd78921a997ef3e0a835a682461ca.tar.gz
sway-834f23f57aefd78921a997ef3e0a835a682461ca.tar.zst
sway-834f23f57aefd78921a997ef3e0a835a682461ca.zip
added fish completions for swayidle
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 1e2b53fa..4687986b 100644
--- a/meson.build
+++ b/meson.build
@@ -244,6 +244,7 @@ endif
244if (get_option('fish-completions')) 244if (get_option('fish-completions'))
245 fish_files = files( 245 fish_files = files(
246 'completions/fish/sway.fish', 246 'completions/fish/sway.fish',
247 'completions/fish/swayidle.fish',
247 'completions/fish/swaylock.fish', 248 'completions/fish/swaylock.fish',
248 'completions/fish/swaymsg.fish', 249 'completions/fish/swaymsg.fish',
249 ) 250 )