diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-05 00:42:30 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-05 00:42:30 +0100 |
commit | 1e0ffa974c0c928ae88de3b121382fd386d4cb74 (patch) | |
tree | e590855b9f4afbb82e895a4fe23cf3d06397ff3d /etc/completions/_feh | |
parent | fb032db3ca07f42c225cb5630811894ed247c6b1 (diff) |
_feh: Add --bg-max/--info
Diffstat (limited to 'etc/completions/_feh')
-rw-r--r-- | etc/completions/_feh | 2 |
1 files changed, 2 insertions, 0 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]' |