aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar Eric Engestrom <eric.engestrom@intel.com>2018-07-30 16:24:46 +0100
committerLibravatar Eric Engestrom <eric.engestrom@intel.com>2018-07-30 16:24:46 +0100
commit52a27f1529973b7058427feddb5de32f23b1c64f (patch)
tree8b8ce3aa537ca0ca5ad2f9a77e45f151cc06ea52 /completions
parentMerge pull request #2385 from 1ace/fix/include (diff)
downloadsway-52a27f1529973b7058427feddb5de32f23b1c64f.tar.gz
sway-52a27f1529973b7058427feddb5de32f23b1c64f.tar.zst
sway-52a27f1529973b7058427feddb5de32f23b1c64f.zip
delete references to swaygrab
Diffstat (limited to 'completions')
-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 @@
1#compdef swaygrab
2#-----------------
3# Description
4# -----------
5#
6# Completion script for swaygrab in sway wm (http://swaywm.org)
7#
8# -----------------------------------------------------
9# Author
10# ------
11#
12# * Seth Barberee <seth.barberee@gmail.com>
13#
14# ------------------------------------------
15
16_arguments -s \
17 '(-h --help)'{-h,--help}'[Shows help message]' \
18 '(-c --capture)'{-c,--capture}'[Captures multiple frames as video and passes them to ffmpeg]' \
19 '(-o --output)'{-o,--output}'[Use the specified output. If not specified then current focused output will be used]' \
20 '(-v --version)'{-v,--version}'[Print the version (of swaymsg) and quit]' \
21 '(-s --socket)'{-s,--socket}'[Use the specified socket path.]:files:_files' \
22 '(-r --rate)'{-r,--rate}'[Specify a framerate (in fps). Used in combination with -c. Default is 30 and must be an integer]' \
23 '(--raw)--raw[Instead of ImageMagick or ffmpeg, dump raw rgba data to stdout]'