patch-man_feh_pre 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. $OpenBSD: patch-man_feh_pre,v 1.38 2017/06/09 10:20:22 dcoppa Exp $
  2. Index: man/feh.pre
  3. --- man/feh.pre.orig
  4. +++ man/feh.pre
  5. @@ -1072,7 +1072,7 @@ which
  6. defaults to
  7. .Pa ~/.config/feh/ .
  8. If the files are not found in that directory, it will also try
  9. -.Pa /etc/feh/ .
  10. +.Pa ${SYSCONFDIR}/feh/ .
  11. .Pp
  12. All config files treat lines starting with a
  13. .Qq #
  14. @@ -1634,56 +1634,56 @@ Here are some examples of useful option combinations.
  15. .
  16. .Bl -tag -width indent
  17. .
  18. -.It feh /opt/images
  19. +.It feh ~/Pictures
  20. .
  21. -Show all images in /opt/images
  22. +Show all images in ~/Pictures
  23. .
  24. -.It feh -r /opt/images
  25. +.It feh -r ~/Pictures
  26. .
  27. -Recursively show all images found in /opt/images and subdirectories
  28. +Recursively show all images found in ~/Pictures and subdirectories
  29. .
  30. -.It feh -rSfilename /opt/images
  31. +.It feh -rSfilename ~/Pictures
  32. .
  33. Same as above, but sort by filename. By default, feh will show files in the
  34. order it finds them on the hard disk, which is usually somewhat random.
  35. .
  36. -.It feh -t -Sfilename -E 128 -y 128 -W 1024 /opt/images
  37. +.It feh -t -Sfilename -E 128 -y 128 -W 1024 ~/Pictures
  38. .
  39. Show 128x128 pixel thumbnails, limit window width to 1024 pixels.
  40. .
  41. -.It feh -t -Sfilename -E 128 -y 128 -W 1024 -P -C /usr/share/fonts/truetype/ttf-dejavu/ -e DejaVuSans/8 /opt/images
  42. +.It feh -t -Sfilename -E 128 -y 128 -W 1024 -P -C ${X11BASE}/lib/X11/fonts/TTF/ -e DejaVuSans/8 ~/Pictures
  43. .
  44. Same as above, but enable thumbnail caching in ~/.thumbnails and use a smaller
  45. font.
  46. .
  47. -.It feh -irFarial/14 -O index.jpg /opt/images
  48. +.It feh -irFarial/14 -O index.jpg ~/Pictures
  49. .
  50. -Make an index print of /opt/images and all directories below it, using 14 point
  51. +Make an index print of ~/Pictures and all directories below it, using 14 point
  52. Arial to write the image info under each thumbnail. Save the image as
  53. index.jpg and don't display it, just exit. Note that this even works without
  54. a running X server
  55. .
  56. -.It feh --unloadable -r /opt/images
  57. +.It feh --unloadable -r ~/Pictures
  58. .
  59. -Print all unloadable images in /opt/images, recursively
  60. +Print all unloadable images in ~/Pictures, recursively
  61. .
  62. .It feh -f by_width -S width --reverse --list \&.
  63. .
  64. Write a list of all images in the directory to by_width, sorted by width
  65. .Pq widest images first
  66. .
  67. -.It feh -w /opt/images/holidays
  68. +.It feh -w ~/Pictures/holidays
  69. .
  70. -Open each image in /opt/images/holidays in its own window
  71. +Open each image in ~/Pictures/holidays in its own window
  72. .
  73. -.It feh -FD5 -Sname /opt/images/presentation
  74. +.It feh -FD5 -Sname ~/Pictures/presentation
  75. .
  76. -Show the images in .../presentation, sorted by name, in fullscreen,
  77. +Show the images in ~/Pictures/presentation, sorted by name, in fullscreen,
  78. automatically change to the next image after 5 seconds
  79. .
  80. -.It feh -rSwidth -A Qo mv %F ~/images/\&%N Qc /opt/images
  81. +.It feh -rSwidth -A Qo mv %F ~/images/\&%N Qc ~/Pictures
  82. .
  83. -View all images in /opt/images and below, sorted by width, move an image to
  84. +View all images in ~/Pictures and below, sorted by width, move an image to
  85. ~/image/image_name when enter is pressed
  86. .
  87. .It feh --start-at ./foo.jpg \&.
  88. @@ -1728,8 +1728,6 @@ section.
  89. .
  90. .
  91. .Sh BUGS
  92. -.
  93. -.Pp
  94. .
  95. On systems with giflib 5.1.2,
  96. .Nm