A Simple X Image Viewer
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

164 lines
2.5 KiB

  1. .TH SXIV 1 sxiv\-VERSION
  2. .SH NAME
  3. sxiv \- Simple (or small or suckless) X Image Viewer
  4. .SH SYNOPSIS
  5. .B sxiv
  6. .RB [ \-dFfhpqsvZ ]
  7. .RB [ \-g
  8. .IR GEOMETRY ]
  9. .RB [ \-z
  10. .IR ZOOM ]
  11. .IR FILE ...
  12. .SH DESCRIPTION
  13. sxiv is a simple image viewer for X. It only has the most basic features
  14. required for fast image viewing.
  15. .P
  16. Please note, that the fullscreen mode requires an EWMH/NetWM compliant window
  17. manager.
  18. .SH OPTIONS
  19. .TP
  20. .B \-d
  21. Scale all images to 100%, but fit large images into window.
  22. .TP
  23. .B \-F
  24. Make the window fixed/floating by setting the minimum and maximum width/height
  25. size-hints to the window width/height.
  26. .TP
  27. .B \-f
  28. Start in fullscreen mode.
  29. .TP
  30. .BI "\-g " GEOMETRY
  31. Set window position and size. See section GEOMETRY SPECIFICATIONS of X(7) for
  32. more information on
  33. .IR GEOMETRY .
  34. .TP
  35. .B \-h
  36. Print brief usage information to standard output and exit.
  37. .TP
  38. .B \-p
  39. Pixelize images, i.e. turn off anti-aliasing.
  40. .TP
  41. .B \-q
  42. Be quiet, disable warnings to standard error stream.
  43. .TP
  44. .B \-s
  45. Scale all images to fit into window.
  46. .TP
  47. .B \-v
  48. Print version information to standard output and exit.
  49. .TP
  50. .B \-Z
  51. The same as `-z 100'.
  52. .TP
  53. .BI "\-z " ZOOM
  54. Scale all images to the current zoom level, use a zoom level of
  55. .I ZOOM
  56. at startup.
  57. .SH KEYBOARD COMMANDS
  58. .SS General
  59. .TP
  60. .B q
  61. Quit sxiv.
  62. .TP
  63. .B Escape
  64. Quit sxiv and return an exit value of 2.
  65. .SS Navigate image list
  66. .TP
  67. .BR n ", " Space
  68. Go to the next image.
  69. .TP
  70. .BR p ", " Backspace
  71. Go to the previous image.
  72. .TP
  73. .B g
  74. Go to the first image.
  75. .TP
  76. .B G
  77. Go to the last image.
  78. .TP
  79. .B [
  80. Go 10 images backward.
  81. .TP
  82. .B ]
  83. Go 10 images forward.
  84. .SS Zooming
  85. .TP
  86. .BR + ", " =
  87. Zoom in.
  88. .TP
  89. .B \-
  90. Zoom out.
  91. .SS Panning
  92. .TP
  93. .BR h ", " Left
  94. Pan left.
  95. .TP
  96. .BR j ", " Down
  97. Pan down.
  98. .TP
  99. .BR k ", " Up
  100. Pan up.
  101. .TP
  102. .BR l ", " Right
  103. Pan right.
  104. .SS Rotation
  105. .TP
  106. .B <
  107. Rotate image counter-clockwise by 90 degrees.
  108. .TP
  109. .B >
  110. Rotate image clockwise by 90 degrees.
  111. .SS Control window
  112. .TP
  113. .B f
  114. Toggle fullscreen mode.
  115. .SS Miscellaneous
  116. .TP
  117. .B a
  118. Toggle anti-aliasing.
  119. .TP
  120. .B r
  121. Reload image.
  122. .SH MOUSE COMMANDS
  123. .SS Navigate image list
  124. .TP
  125. .B Button1
  126. Go to the next image.
  127. .TP
  128. .B Button2
  129. Drag the image with the mouse while keeping this button pressed down.
  130. .TP
  131. .B Button3
  132. Go to the previous image.
  133. .SS Zooming
  134. .TP
  135. .B Ctrl+ScrollUp
  136. Zoom in.
  137. .TP
  138. .B Ctrl+ScrollDown
  139. Zoom out.
  140. .SS Panning
  141. .TP
  142. .B ScrollUp
  143. Pan up.
  144. .TP
  145. .B ScrollDown
  146. Pan down.
  147. .TP
  148. .B Shift+ScrollUp
  149. Pan left.
  150. .TP
  151. .B Shift+ScrollDown
  152. Pan right.
  153. .SH AUTHORS
  154. .EX
  155. Bert Muennich <ber.t at gmx.com>
  156. Dave Reisner <d at falconindy.com>
  157. .EE
  158. .SH HOMEPAGE
  159. .TP
  160. http://github.com/muennich/sxiv
  161. .SH SEE ALSO
  162. .BR feh (1),
  163. .BR qiv (1)