Package @PACKAGE@-@VERSION@
was released under MIT license @DATE@.
This package provides the classic @PACKAGE@ utility for setting key bindings for GNOME/WMH and NetWM/EWMH compliant window managers that do not provide a key binding mechanism of their own.
This is the @PACKAGE@-@VERSION@
package, released @DATE@. This release, and
the latest version, can be obtained from GitHub, using a command such as:
$> git clone https://github.com/bbidulock/@[email protected]
Please see the NEWS file for release notes and history of user visible changes for the current version, and the ChangeLog file for a more detailed history of implementation changes. The TODO file lists features not yet implemented and other outstanding items.
Please see the INSTALL file for installation instructions.
When working from git(1)
, please use this file. An abbreviated
installation procedure that works for most applications appears below.
This release is published under the MIT/X Consortium License that can be found in the file LICENSE. This release is published under GPLv3. Please see the license in the file COPYING.
The quickest and easiest way to get @PACKAGE@
up and running is to run the
following commands:
$> git clone https://github.com/bbidulock/@[email protected]
$> cd @PACKAGE@
$> ./autogen.sh
$> ./configure
$> make
$> make DESTDIR="$pkgdir" install
This will configure, compile and install @PACKAGE@
the quickest. For those who
like to spend the extra 15 seconds reading ./configure --help
, some compile
time options can be turned on and off before the build.
For general information on GNU's ./configure
, see the file INSTALL.
Read the manual page after installation:
man @PACKAGE@
Report issues on GitHub here.