aboutsummaryrefslogtreecommitdiffstats
path: root/completions/fish/sway.fish
diff options
context:
space:
mode:
authorLibravatar Tim Sampson <tim@sampson.fi>2019-02-23 08:27:03 +0200
committerLibravatar emersion <contact@emersion.fr>2019-02-23 09:17:02 +0100
commitcdf30033afdb4c1ead47ed208cee0c63a82b7ea4 (patch)
treeb47865bf3c035ad3e8d496adf8bcd2b4e4a97383 /completions/fish/sway.fish
parenthandle_layer_shell_surface: do not use noop output (diff)
downloadsway-cdf30033afdb4c1ead47ed208cee0c63a82b7ea4.tar.gz
sway-cdf30033afdb4c1ead47ed208cee0c63a82b7ea4.tar.zst
sway-cdf30033afdb4c1ead47ed208cee0c63a82b7ea4.zip
fish: improve completions a little bit
Diffstat (limited to 'completions/fish/sway.fish')
-rw-r--r--completions/fish/sway.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/fish/sway.fish b/completions/fish/sway.fish
index 31165ef4..d488d49a 100644
--- a/completions/fish/sway.fish
+++ b/completions/fish/sway.fish
@@ -1,5 +1,6 @@
1# sway(1) completion 1# sway(1) completion
2 2
3complete -f -c sway
3complete -c sway -s h -l help --description "Show help message and quit." 4complete -c sway -s h -l help --description "Show help message and quit."
4complete -c sway -s c -l config --description "Specifies a config file." 5complete -c sway -s c -l config --description "Specifies a config file."
5complete -c sway -s C -l validate --description "Check the validity of the config file, then exit." 6complete -c sway -s C -l validate --description "Check the validity of the config file, then exit."