diff options
| -rw-r--r-- | etc/completions/_feh | 2 | ||||
| -rwxr-xr-x | helpers/check-feh-completion | 2 | 
2 files changed, 3 insertions, 1 deletions
diff --git a/etc/completions/_feh b/etc/completions/_feh index d0bb0d0..1ec8020 100644 --- a/etc/completions/_feh +++ b/etc/completions/_feh @@ -154,6 +154,8 @@ arguments=(  	'--bg-scale[Set scaled desktop background]:file:_files'  	'--bg-seamless[Set desktop background with seamless borders]:file:_files'  	'--bg-fill[Set scaled desktop background, preserving aspect ratio]:file:_files' +	'--bg-max[Set scaled desktop background, like fill with borders]:file:_files' +	'--info[Show additional information]:info command'  	'--menu-style[Style descriptor for menu text]:file:_files'  	'--menu-ctrl-mask[Use Ctrl+Button to display menu]'  	'--no-rotate-ctrl-mask[Don'\''t require Ctrl for the rotate button]' diff --git a/helpers/check-feh-completion b/helpers/check-feh-completion index 2b08fb7..d84e9a5 100755 --- a/helpers/check-feh-completion +++ b/helpers/check-feh-completion @@ -3,7 +3,7 @@ use strict;  use warnings;  use 5.010; -my $man_path = "$ENV{HOME}/packages/feh/man/feh.1"; +my $man_path = "$ENV{HOME}/var/code/feh/man/feh.pre";  my $comp_path = "$ENV{HOME}/packages/zsh/etc/completions/_feh";  my @options;  | 
