mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-03-12 18:32:48 +01:00
Add a new parameter `--landscape-layers` as well as an environment variable `WVKBD_LANDSCAPE_LAYERS` that allows the user to override the default set of layers in landscape mode. This complements the existing `-l` parameter and `WVKBD_LAYERS` environment variable, which do the equivalent for non-landscape mode. Furthermore, add documentation for the new switch. Move the `-l` parameter to the bottom so we don't have to realign all parameters and so all layer-related parameters are grouped together.
77 lines
1.2 KiB
Groff
77 lines
1.2 KiB
Groff
.TH "wvkbd" "1" "2022-03-12"
|
|
.P
|
|
.SH NAME
|
|
.P
|
|
wvkbd - on-screen keyboard for wlroots
|
|
.P
|
|
.SH SYNOPSIS
|
|
.P
|
|
wvkbd-mobintl [OPTION]...
|
|
.P
|
|
.SH DESCRIPTION
|
|
.P
|
|
wvkbd is an on-screen keyboard for wlroots that sucks less.
|
|
.P
|
|
.SH OPTIONS
|
|
.P
|
|
\fB-D\fR
|
|
.RS 4
|
|
enable debug
|
|
.P
|
|
.RE
|
|
\fB-o\fR
|
|
.RS 4
|
|
print pressed keys to standard output
|
|
.P
|
|
.RE
|
|
\fB-O\fR
|
|
.RS 4
|
|
print intersected keys to standard output
|
|
.P
|
|
.RE
|
|
\fB-l\fR
|
|
.RS 4
|
|
comma separated list of layers
|
|
.P
|
|
.RE
|
|
\fB--landscape-layers\fR
|
|
.RS 4
|
|
comma separated list of layers used in landscape mode
|
|
.P
|
|
.RE
|
|
\fB-H\fR \fIPX\fR
|
|
.RS 4
|
|
height in pixels
|
|
.P
|
|
.RE
|
|
\fB-L\fR \fIPX\fR
|
|
.RS 4
|
|
landscape height in pixels
|
|
.P
|
|
.RE
|
|
\fB--fn\fR \fIFONT\fR
|
|
.RS 4
|
|
set font (e.g: DejaVu Sans 20)
|
|
.P
|
|
.RE
|
|
\fB--hidden\fR
|
|
.RS 4
|
|
start hidden (send SIGUSR2 to show, SIGUSR1 to hide, SIGRTMIN to toggle)
|
|
.P
|
|
.RE
|
|
\fB-v\fR, \fB--version\fR
|
|
.RS 4
|
|
print version
|
|
.P
|
|
.RE
|
|
\fB-h\fR, \fB--help\fR
|
|
.RS 4
|
|
show help
|
|
.P
|
|
.RE
|
|
.SH AUTHORS
|
|
.P
|
|
Created by John Sullivan <jsullivan@csumb.edu>, maintained by the Sxmo project in
|
|
collaboration with other open source contributors. For more information about wvkbd development, see
|
|
<https://git.sr.ht/~proycon/wvkbd> or <https://github.com/jjsullivan5196/wvkbd>.
|