commit 7a2f9fe930c2e364e6268ce1edd417236d7f84ad
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sat May 30 14:51:25 2020 +0200
svkbd: sync the README from svkbd
diff --git a/tools.suckless.org/x/svkbd/index.md b/tools.suckless.org/x/svkbd/index.md
index 1ee063db..f1f2b821 100644
--- a/tools.suckless.org/x/svkbd/index.md
+++ b/tools.suckless.org/x/svkbd/index.md
_AT_@ -1,40 +1,44 @@
-svkbd
+SVKBD
=====
-This is a simple virtual keyboard, intended to be used in environments, where
-no keyboard is available.
+This is a simple virtual keyboard, intended to be used in environments,
+where no keyboard is available.
Installation
------------
- % make
- % make install
+
+ $ make
+ $ make install
This will create by default `svkbd-en`, which is svkbd using an English
keyboard layout. You can create svkbd for additional layouts by doing:
- % make svkbd-$layout
+ $ make LAYOUT=$layout
-This will take the file `layout.$layout.h` and create `svkbd-$layout`. `make
-install` will then pick up the new file and install it accordingly.
+This will take the file `layout.$layout.h` and create `svkbd-$layout`.
+`make install` will then pick up the new file and install it accordingly.
Usage
-----
- % svkbd-en
-This will open svkbd at the bottom of the screen, showing the default English
-layout.
+ $ svkbd-en
+
+This will open svkbd at the bottom of the screen, showing the default
+English layout.
- % svkbd-en -d
+ $ svkbd-en -d
-This tells svkbd-en to announce itself being a dock window, which then is
-managed differently between different window managers. If using dwm and the
-dock patch, then this will make svkbd being managed by dwm and some space of
-the screen being reserved for it.
+This tells svkbd-en to announce itself being a dock window, which then
+is managed differently between different window managers. If using dwm
+and the dock patch, then this will make svkbd being managed by dwm and
+some space of the screen being reserved for it.
- % svkbd-en -g 400x200+1+1
+ $ svkbd-en -g 400x200+1+1
-This will start svkbd-en with a size of 400x200 and at the upper left window
-corner.
+This will start svkbd-en with a size of 400x200 and at the upper left
+window corner.
Repository
----------
+
git clone
https://git.suckless.org/svkbd
+
Received on Sat May 30 2020 - 14:51:55 CEST