diff options
author | Kate Hart <codehearts@users.noreply.github.com> | 2020-07-24 00:41:12 -0700 |
---|---|---|
committer | Kate Hart <codehearts@users.noreply.github.com> | 2020-07-24 00:41:12 -0700 |
commit | e68884314c563cd156d22c6cd1161e3c14ed8783 (patch) | |
tree | 0af8baf82843d9980bf5943ff798a0dbda2e4243 /man | |
parent | 5c59089f12b7b07d46626ecdccf0cfcd4e875e26 (diff) |
Add windowid option to draw to an existing window
This lets `feh` draw the background pixmap of an existing window,
opening the door for use with tools like `xscreensaver` or `xsecurelock`
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/feh.pre b/man/feh.pre index 680a3f4..da6fafa 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -896,6 +896,11 @@ comes before Note that this option only has an effect when a sort mode is set using .Cm --sort . . +.It Cm --windowid Ar windowid +. +Draw to an existing X11 window by its ID +.Ar windowid . +. .It Cm --xinerama-index Ar screen . .Pq optional feature, $MAN_XINERAMA$ in this build |