mirror of
https://git.sr.ht/~leon_plickat/wayneko
synced 2025-09-19 16:03:22 +02:00
Add sleepiness options
This commit is contained in:
parent
a9bce5e10c
commit
6536ec2ff3
2 changed files with 46 additions and 2 deletions
17
wayneko.1
17
wayneko.1
|
@ -17,6 +17,8 @@ wayneko \- Neko on Wayland
|
|||
.OP \-\-outline\-colour 0xRRGGBB[AA]
|
||||
.OP \-\-type neko|inu|random
|
||||
.OP \-\-idle-sleep seconds
|
||||
.OP \-\-sleepiness num
|
||||
.OP \-\-sleepiness-night num
|
||||
.OP \-\-layer background|bottom|top|overlay
|
||||
.OP \-\-follow\-pointer true|false
|
||||
.OP \-\-survive\-close
|
||||
|
@ -68,6 +70,21 @@ idle.
|
|||
.RE
|
||||
.
|
||||
.P
|
||||
\fB\-\-sleepiness\fR \fInum\fR
|
||||
.RS
|
||||
Set neko's sleepiness as an integer (greater than 0). Higher values make neko
|
||||
more sleepy. Defaults to 4.
|
||||
.RE
|
||||
.
|
||||
.P
|
||||
\fB\-\-sleepiness-night\fR \fInum\fR
|
||||
.RS
|
||||
Set neko's sleepiness at night as an integer (greater than 0). Higher values
|
||||
make neko more sleepy. This setting acts as an additional sleepiness on top of
|
||||
the normal sleepiness. Defaults to 5.
|
||||
.RE
|
||||
.
|
||||
.P
|
||||
\fB\-\-layer\fR \fBbackground\fR|\fBbottom\fR|\fBtop\fR|\fBoverlay\fR
|
||||
.RS
|
||||
Set the layer for the surface.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue