Introduction
Introduction Statistics Contact Development Disclaimer Help
usage: add -g information entry and fix newline after -H option - svkbd - simpl…
git clone git://git.suckless.org/svkbd
Log
Files
Refs
README
LICENSE
---
commit 1cc5f87511f3dbee3c18a85157e761aec7908f04
parent d6026943d3aba8635662cd10905b7b559bbbca98
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 28 Mar 2021 15:10:40 +0200
usage: add -g information entry and fix newline after -H option
Diffstat:
M svkbd.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/svkbd.c b/svkbd.c
@@ -966,8 +966,9 @@ usage(char *argv0)
fprintf(stderr, " -o - Print to standard output\n");
fprintf(stderr, " -l - Comma separated list of layers to enab…
fprintf(stderr, " -s - Layer to select on program start\n");
- fprintf(stderr, " -H [int] - Height fraction, one key row takes 1/x…
+ fprintf(stderr, " -H [int] - Height fraction, one key row takes 1/x…
fprintf(stderr, " -fn [font] - Set font (Xft, e.g: DejaVu Sans:bold:s…
+ fprintf(stderr, " -g - Set the window position or size using …
exit(1);
}
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.