Skip to content
Snippets Groups Projects
Commit 507ec692 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

update manpage

parent 71a0c778
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,8 @@ displays all files in the current directory. ...@@ -45,8 +45,8 @@ displays all files in the current directory.
. .
.Nm .Nm
supports filelists, various image sorting modes, image captions, HTTP and more. supports filelists, various image sorting modes, image captions, HTTP and more.
Configurable keyboard shortcuts are used to control it; the mouse is also Configurable keyboard and mouse shortcuts are used to control it; by default,
supported, but only required for very few actions. the mouse is only required for very few actions.
. .
.Pp .Pp
. .
...@@ -568,7 +568,7 @@ E.g. to sort in reverse width order, use ...@@ -568,7 +568,7 @@ E.g. to sort in reverse width order, use
. .
Scale images to fit window geometry (defaults to screen size when no geometry Scale images to fit window geometry (defaults to screen size when no geometry
was specified). Note that the window geometry is not updated when changing was specified). Note that the window geometry is not updated when changing
images at the moment. This behaviour may change in the future. images at the moment. This option is recommended for tiling window managers.
. .
This option is ignored when in fullscreen mode. This option is ignored when in fullscreen mode.
. .
...@@ -1159,14 +1159,13 @@ without any keys unbinds it (i.e. the default bindings are removed). ...@@ -1159,14 +1159,13 @@ without any keys unbinds it (i.e. the default bindings are removed).
.Pp .Pp
. .
.Em Note : .Em Note :
Do not use the same keybinding for multiple actions. Do not use the same keybinding for multiple actions. When binding an action
to a new key
.Pq or mouse button ,
make sure to unbind it from its previous action, if present.
.Nm .Nm
does not check for conflicting bindings, so their behaviour is undefined. does not check for conflicting bindings, so their behaviour is undefined.
. .
Either unbind the unwanted action, or bind it to another unused key.
.
The order in which you bind / unbind does not matter, though.
.
.Pp .Pp
. .
For a list of the For a list of the
...@@ -1460,7 +1459,7 @@ This works like the keys config file: the entries are of the form ...@@ -1460,7 +1459,7 @@ This works like the keys config file: the entries are of the form
. .
Each Each
.Ar binding .Ar binding
is a button name. It may optionally start with modifiers for things like is a button number. It may optionally start with modifiers for things like
Control, in which case Control, in which case
.Ar binding .Ar binding
looks like looks like
...@@ -1677,32 +1676,6 @@ from the current directory. ...@@ -1677,32 +1676,6 @@ from the current directory.
.El .El
. .
. .
.Sh TILING WINDOW MANAGERS
.
.Nm
was created with a floating window layout in mind. However, as of 2.0.1, it
has limited support for tiling window managers.
.
.Pp
.
Specifically, the
.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
.Pq after noticing that the window is being tiled
again with the correct zoom level.
.
.Pp
.
This is a known bug and will hopefully get fixed some time. For now, it can be
avoided by using
.Cm --geometry 500x500 Pq or any other geometry .
This will have the same behaviour as
.Cm --scale-down ,
but without the flickering.
.
.
.Sh DEPENDENCIES .Sh DEPENDENCIES
. .
.Nm .Nm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment