diff options
author | becca <12109039+rebeccasaurus@users.noreply.github.com> | 2024-02-15 14:01:00 +0100 |
---|---|---|
committer | Birte Friesel <derf@chaosdorf.de> | 2024-02-23 19:34:07 +0100 |
commit | 2d8f9e1333609c17cf07790361a401ecf3515e36 (patch) | |
tree | 66dc6406aa2a3138c23419b16a45a8b23b2d1a60 | |
parent | 1d02f9027a39d45657e78eba19b4956158bb4365 (diff) |
Small error in man-page
There's a place, under BACKGROUND SETTING, where it says to use `xrandr --listmonitor` to determine how Xinerama monitor IDs map to screens etc. This should be `xrandr --listmonitors` with an 's' at the end.
-rw-r--r-- | man/feh.pre | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/feh.pre b/man/feh.pre index fdaa878..cd65b83 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -994,7 +994,7 @@ when setting the wallpaper. .Pp . Use -.Cm xrandr --listmonitor +.Cm xrandr --listmonitors to determine how Xinerama monitor IDs map to screens/monitors in your setup. . . |