diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-10-31 12:39:35 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-10-31 12:39:35 +0100 |
commit | c4a6bdc96229914d918387d45b7cd0ed22c7cc77 (patch) | |
tree | 743c51658a948280871c45d7eafebfa1121967f2 /man/feh.pre | |
parent | 150325f3b3fae8396b92bc4e377825207084e68f (diff) |
feh(1): Add workaround for --scale-down flickering in tiling mode
Diffstat (limited to 'man/feh.pre')
-rw-r--r-- | man/feh.pre | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/man/feh.pre b/man/feh.pre index 8a53987..e9978e4 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -1352,7 +1352,7 @@ has limited support for tiling window managers. .Pp . Specifically, the -.Ar --scale-down No and Ar --auto-zoom +.Cm --scale-down No and Cm --auto-zoom options will detect a tiling environment and scale the image up / down to the current window size. Unfortunately, this causes every image to be rendered twice: First in a normal fashion, and then @@ -1361,7 +1361,12 @@ again with the correct zoom level. . .Pp . -This is a known bug and will hopefully get fixed some time. +This is a known bug and will hopefully get fixed some time. For now, it can be +avoided by using +.Cm --geometry 500x500 No Pq or any other geometry . +This will have the same behaviour as +.Cm --scale-down , +but without the flickering. . . .Sh DEPENDENCIES |