forked from virt-mirrors/wayneko
add --layer flag
This commit is contained in:
parent
ab5d2cb726
commit
b48594f150
2 changed files with 27 additions and 1 deletions
11
wayneko.1
11
wayneko.1
|
@ -16,6 +16,7 @@ wayneko \- Neko on Wayland
|
|||
.OP \-\-background\-colour 0xRRGGBB[AA]
|
||||
.OP \-\-outline\-colour 0xRRGGBB[AA]
|
||||
.OP \-\-type neko|inu|random
|
||||
.OP \-\-layer background|bottom|top|overlay
|
||||
.OP \-\-follow\-pointer true|false
|
||||
.OP \-\-survive\-close
|
||||
.YS
|
||||
|
@ -59,6 +60,16 @@ This option lets you choose between neko and her friend inu.
|
|||
.RE
|
||||
.
|
||||
.P
|
||||
\fB\-\-layer\fR \fBbackground\fR|\fBbottom\fR|\fBtop\fR|\fBoverlay\fR
|
||||
.RS
|
||||
Set the layer for the surface.
|
||||
Defaults to bottom.
|
||||
Bottom is typically beneath regular windows and top above them.
|
||||
Overlay is usually displayed even over fullscreen windows.
|
||||
Background may conflict with wallpaper clients.
|
||||
.RE
|
||||
.
|
||||
.P
|
||||
\fB\-\-follow\-pointer\fR \fBtrue\fR|\fBfalse\fR
|
||||
.RS
|
||||
Set whether neko follows the pointer when it approaches the bottom of the output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue