diff options
Diffstat (limited to 'etc/completions/_feh')
-rw-r--r-- | etc/completions/_feh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/completions/_feh b/etc/completions/_feh index 133ce7f..ab3cdab 100644 --- a/etc/completions/_feh +++ b/etc/completions/_feh @@ -1,5 +1,5 @@ #compdef feh -## completion for feh 1.6, based on feh(1) +## completion for feh 1.7, based on feh(1) ## Copyright (C) 2008, 2009 by Daniel Friesel <derf@derf.homelinux.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> @@ -164,6 +164,7 @@ arguments=( '--cache-thumbnails[Enable thumbnail caching]' '--menu-bg[Background image in menus]: :_feh_background' '--thumb-redraw[Set thumbnail image redraw frequency]:digit' + '--xinerama-screen[Set xinerama screen to work on]:digit' '*:file:_files' ) |