diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2018-07-30 16:24:46 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@intel.com> | 2018-07-30 16:24:46 +0100 |
commit | 52a27f1529973b7058427feddb5de32f23b1c64f (patch) | |
tree | 8b8ce3aa537ca0ca5ad2f9a77e45f151cc06ea52 /completions | |
parent | 4985667826c964b3401fc79fc5408a42b659c67d (diff) |
delete references to swaygrab
Diffstat (limited to 'completions')
-rw-r--r-- | completions/zsh/_swaygrab | 23 |
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]' |