From 1e0ffa974c0c928ae88de3b121382fd386d4cb74 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 5 Feb 2011 00:42:30 +0100 Subject: _feh: Add --bg-max/--info --- etc/completions/_feh | 2 ++ helpers/check-feh-completion | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3