diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-24 22:39:52 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-24 22:39:52 +0100 |
commit | 0bd4ca691a14d639229c37cb280de0facf2d4312 (patch) | |
tree | 363f4aac374bdcffeb061c23a217d7b446cdf406 | |
parent | Ignore -- (diff) | |
download | xkbdbind-0bd4ca691a14d639229c37cb280de0facf2d4312.tar.gz xkbdbind-0bd4ca691a14d639229c37cb280de0facf2d4312.tar.bz2 xkbdbind-0bd4ca691a14d639229c37cb280de0facf2d4312.tar.xz |
Update readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | DEPENDENCIES | 3 | ||||
-rw-r--r-- | README | 23 |
2 files changed, 22 insertions, 4 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..1e6d116 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,3 @@ +libxcb +xcb-util-keysyms +xproto @@ -1,5 +1,20 @@ -Depends on +NAME + xkbdbind - global hotkeys for X - libxcb - xcb-util-keysyms - xproto +SYNOPSIS + xkbdbind + +DESCRIPTION + xkbdbind lets the user configure keybindings to start + programs. + + xkbdbind is a configured by the user by editing the + config.h source file and recompiling the program. The + user shall therefore have a local copy of the software, + and a personal installation of it. Thus, xkbdbind is + not a program that is top be installed system-wide. + + Download xkbdbind to ~/.local/src/xkbdbind, run make(1) + in ~/.local/src/xkbdbind, link ~/.local/bin/xkbdbind to + ~/.local/src/xkbdbind/xkbdbind, and ~/.local/bin to the + PATH environment variable if you haven't alreay. |