diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-25 16:21:50 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-25 16:21:50 +0200 |
commit | ae65a85e20fb1657e3d241fee90a5d16d4a482a6 (patch) | |
tree | afdf1cfa227d8ac38149e414d8675e27ecacc747 /etc/completions | |
parent | efba4c7c7646d09e21c5297bb5ed74357e7f4525 (diff) |
Update _feh
Diffstat (limited to 'etc/completions')
-rw-r--r-- | etc/completions/_feh | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/completions/_feh b/etc/completions/_feh index 2009547..422b740 100644 --- a/etc/completions/_feh +++ b/etc/completions/_feh @@ -1,6 +1,6 @@ #compdef feh -## completion for feh 1.7, based on feh(1) -## Copyright (C) 2008, 2009 by Daniel Friesel <derf@derf.homelinux.org> +## completion for feh 1.8, based on feh(1) +## Copyright (C) 2008-2010 by Daniel Friesel <derf@derf.homelinux.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> typeset -a arguments @@ -60,7 +60,6 @@ argument_pairs=( 'font' 'e+' 'scale-down' '.' 'output-dir' 'j+' - 'wget-timestamp' 'G' 'fontpath' 'C+' 'image-bg' 'B+' 'output' 'o' @@ -125,7 +124,6 @@ argument_postfix=( 'slideshow-delay' '[slide change delay]:seconds' 'scale-down' '[Scale down images which are too big]' 'output-dir' '[Save files to DIR (with -k)]:directory:_files -/' - 'wget-timestamp' '[Add no timestamp ("?123") to URLs]' 'fontpath' '[Add paths to font path]:font path:_files -/' 'image-bg' '[Set transparent image background]:background:(white black default)' 'output' '[montage mode: Output file]:file:_files' @@ -152,7 +150,7 @@ arguments=( '--no-rotate-ctrl-mask[Don'\''t require Ctrl for the rotate button]' '--no-blur-ctrl-mask[Don'\''t require Ctrl for the blur button]' '--no-xinerama[Disable xinerama support]' - '--screen-clip[Toggle window clipping]' + '--no-screen-clip[Disable window clipping]' '--hide-pointer[Hide mouse pointer in fullscreen mode]' '*--fontpath[index mode: directory to search for fonts]:directory:_path_files -/' '--index-name[Show image name in index/thumbnail mode]:bool:(0 1)' |