Loading TODO +3 −0 Original line number Diff line number Diff line Loading @@ -20,3 +20,6 @@ remove it. key release would be better. However, I couldn't find a way to do that so far. Even when holding down a key, everytime the eventloop runs I get a KeyRelease event. --thumb-title covers a very specific case, would be cool to make this more general (usable in index mode, as image info in thumbnail mode, etc.) feh.1 +3 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,9 @@ Same as Index mode, but the thumbnails are clickable image launchers. .B --cache-thumbnails Enable thumbnail caching (in ~/.thumbnails) .TP 5 .B -~, --thumb-title STRING Set title for windows opened from thumbnail mode. See also FORMAT SPECIFIERS. .TP 5 .B --bg-tile FILE .TP 5 .B --bg-center FILE Loading src/options.c +2 −0 Original line number Diff line number Diff line Loading @@ -987,6 +987,8 @@ show_usage(void) " -t, --thumbnails As --index, but clicking an image will open it in\n" " a new viewing window\n" " --cache-thumbnails Enable thumbnail caching\n" " -~, --thumb-title STRING Set window title for images opened from thumbnail mode.\n" " Supports format specifiers, see there.\n" " -I, --fullindex Same as index mode, but below each thumbnail you\n" " get image name, size and dimensions\n" " --bg-tile FILE\n" Loading Loading
TODO +3 −0 Original line number Diff line number Diff line Loading @@ -20,3 +20,6 @@ remove it. key release would be better. However, I couldn't find a way to do that so far. Even when holding down a key, everytime the eventloop runs I get a KeyRelease event. --thumb-title covers a very specific case, would be cool to make this more general (usable in index mode, as image info in thumbnail mode, etc.)
feh.1 +3 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,9 @@ Same as Index mode, but the thumbnails are clickable image launchers. .B --cache-thumbnails Enable thumbnail caching (in ~/.thumbnails) .TP 5 .B -~, --thumb-title STRING Set title for windows opened from thumbnail mode. See also FORMAT SPECIFIERS. .TP 5 .B --bg-tile FILE .TP 5 .B --bg-center FILE Loading
src/options.c +2 −0 Original line number Diff line number Diff line Loading @@ -987,6 +987,8 @@ show_usage(void) " -t, --thumbnails As --index, but clicking an image will open it in\n" " a new viewing window\n" " --cache-thumbnails Enable thumbnail caching\n" " -~, --thumb-title STRING Set window title for images opened from thumbnail mode.\n" " Supports format specifiers, see there.\n" " -I, --fullindex Same as index mode, but below each thumbnail you\n" " get image name, size and dimensions\n" " --bg-tile FILE\n" Loading