feh: Add new options introduced in feh-2.7.
This commit is contained in:
parent
f321357991
commit
52163a337f
@ -81,7 +81,7 @@ _feh()
|
|||||||
COMPREPLY+=( $( compgen -W 'trans' -- "$cur" ) )
|
COMPREPLY+=( $( compgen -W 'trans' -- "$cur" ) )
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
-g|--geometry)
|
-g|--geometry|--max-dimension|--min-dimension)
|
||||||
# expect string like 640x480
|
# expect string like 640x480
|
||||||
if [[ $cur && "$cur" != *x* ]]; then
|
if [[ $cur && "$cur" != *x* ]]; then
|
||||||
COMPREPLY=( x )
|
COMPREPLY=( x )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user