summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-05 00:42:30 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-05 00:42:30 +0100
commit1e0ffa974c0c928ae88de3b121382fd386d4cb74 (patch)
treee590855b9f4afbb82e895a4fe23cf3d06397ff3d
parentfb032db3ca07f42c225cb5630811894ed247c6b1 (diff)
_feh: Add --bg-max/--info
-rw-r--r--etc/completions/_feh2
-rwxr-xr-xhelpers/check-feh-completion2
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;