Introduction
Introduction Statistics Contact Development Disclaimer Help
svkbd.1: small man page tweaks - svkbd - simple virtual keyboard
git clone git://git.suckless.org/svkbd
Log
Files
Refs
README
LICENSE
---
commit 4983666e332c93ff2e6add9f9c316423342a2388
parent 9f5404990ddc886d00624faf41d805f81857e1e3
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 4 Aug 2020 23:14:38 +0200
svkbd.1: small man page tweaks
- Fix some warnings.
- Use Ev macro for environment variables.
Diffstat:
M svkbd.1 | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/svkbd.1 b/svkbd.1
@@ -1,4 +1,4 @@
-.Dd August 2, 2020
+.Dd August 4, 2020
.Dt SVKBD 1
.Os
.Sh NAME
@@ -20,7 +20,6 @@
.Nm
is a simple virtual keyboard for X.org, intended to be used in environments, w…
keyboard is available.
-.Pp
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl D
@@ -36,12 +35,12 @@ geometry format.
.It Fl h
Show the usage information.
.It Fl H Ar heightfactor
-Affects the vertical space taken by the keyboard. One row of keys takes up
-1/heighfactor of the screen's total height.
+Affects the vertical space taken by the keyboard.
+One row of keys takes up 1/heighfactor of the screen's total height.
.It Fl l Ar layers
Comma separated list of layers to enable (by name). If not set, all layers
-in the layout will be available. The layer names are defined by the layout
-you compiled.
+in the layout will be available.
+The layer names are defined by the layout you compiled.
.It Fl s Ar layer
The layer to show on program start-up (by name). If not set, the first
layer of the layout will be shown.
@@ -52,17 +51,17 @@ Show the version information.
.El
.Sh ENVIRONMENT
The following environment variables can be defined, providing
-an alternative to some of the command line parameters. The command
-line parameters, however, always take precedence:
+an alternative to some of the command line parameters.
+The command line parameters, however, always take precedence:
.Bl -tag -width Ds
-.It \fB SVKBD_LAYERS
+.It Ev SVKBD_LAYERS
Comma separated list of layers to enable (by name). The layer names are define…
you compiled.
-.It \fB SVKBD_ENABLEOVERLAYS
+.It Ev SVKBD_ENABLEOVERLAYS
Set this to 0 if you want to disable overlay functionality.
-.It \fB SVKBD_HEIGHTFACTOR
-Affects the vertical space taken by the keyboard. One row of keys takes up
-1/heighfactor of the screen's total height.
+.It Ev SVKBD_HEIGHTFACTOR
+Affects the vertical space taken by the keyboard.
+One row of keys takes up 1/heighfactor of the screen's total height.
.El
.Sh SEE ALSO
.Xr XParseGeometry 3
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.