aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-07-30 17:25:41 +0100
committerGitHub <noreply@github.com>2018-07-30 17:25:41 +0100
commitc1bf8d04be6405a4549cdd87bf2ea54faa9d01a8 (patch)
tree8b8ce3aa537ca0ca5ad2f9a77e45f151cc06ea52 /completions/zsh
parent4985667826c964b3401fc79fc5408a42b659c67d (diff)
parent52a27f1529973b7058427feddb5de32f23b1c64f (diff)
Merge pull request #2388 from 1ace/fix/delete-swaygrab
delete references to swaygrab
Diffstat (limited to 'completions/zsh')
-rw-r--r--completions/zsh/_swaygrab23
1 files changed, 0 insertions, 23 deletions
diff --git a/completions/zsh/_swaygrab b/completions/zsh/_swaygrab
deleted file mode 100644
index 0f9846f4..00000000
--- a/completions/zsh/_swaygrab
+++ /dev/null
@@ -1,23 +0,0 @@
-#compdef swaygrab
-#-----------------
-# Description
-# -----------
-#
-# Completion script for swaygrab in sway wm (http://swaywm.org)
-#
-# -----------------------------------------------------
-# Author
-# ------
-#
-# * Seth Barberee <seth.barberee@gmail.com>
-#
-# ------------------------------------------
-
-_arguments -s \
- '(-h --help)'{-h,--help}'[Shows help message]' \
- '(-c --capture)'{-c,--capture}'[Captures multiple frames as video and passes them to ffmpeg]' \
- '(-o --output)'{-o,--output}'[Use the specified output. If not specified then current focused output will be used]' \
- '(-v --version)'{-v,--version}'[Print the version (of swaymsg) and quit]' \
- '(-s --socket)'{-s,--socket}'[Use the specified socket path.]:files:_files' \
- '(-r --rate)'{-r,--rate}'[Specify a framerate (in fps). Used in combination with -c. Default is 30 and must be an integer]' \
- '(--raw)--raw[Instead of ImageMagick or ffmpeg, dump raw rgba data to stdout]'