summaryrefslogtreecommitdiff
path: root/man/weston.ini.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/weston.ini.man')
-rw-r--r--man/weston.ini.man22
1 files changed, 22 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man
index 667f70a0..fbcec81a 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -186,6 +186,11 @@ digit pairs are in order transparency, red, green, and blue. Examples:
.fi
.RE
.TP 7
+.BI "panel-location=" top
+sets the location of the panel (string). Can be
+.B top,
+.B none.
+.TP 7
.BI "locking=" true
enables screen locking (boolean).
.TP 7
@@ -196,6 +201,12 @@ sets the effect used for opening new windows (string). Can be
.B none.
By default, no animation is used.
.TP 7
+.BI "close-animation=" fade
+sets the effect used when closing windows (string). Can be
+.B fade,
+.B none.
+By default, the fade animation is used.
+.TP 7
.BI "startup-animation=" fade
sets the effect used for opening new windows (string). Can be
.B fade,
@@ -396,6 +407,17 @@ sets the keymap options (string). See the Options section in
.B "xkeyboard-config(7)."
.RE
.RE
+.TP 7
+.BI "repeat-rate=" "40"
+sets the rate of repeating keys in characters per second (unsigned integer)
+.RE
+.RE
+.TP 7
+.BI "repeat-delay=" "400"
+sets the delay in milliseconds since key down until repeating starts (unsigned
+integer)
+.RE
+.RE
.SH "TERMINAL SECTION"
Contains settings for the weston terminal application (weston-terminal). It
allows to customize the font and shell of the command line interface.