aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: bdbcfb7d1eb3fb7d0190be1e3a842add66bb3236 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
NAME
	xkbdbind - global hotkeys for X

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 to 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 add ~/.local/bin to
	PATthe H environment variable if you haven't already.