a2bfe74f34
Tested with: nitrogen6sx_defconfig Signed-off-by: Mario J. Rugiero <mrugiero@gmail.com> [Thomas: - formatting fixes - license is GPL-2.0+, not GPL-2.0 - explicitly disable xft/xkb support] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
524 B
Plaintext
17 lines
524 B
Plaintext
config BR2_PACKAGE_RATPOISON
|
|
bool "ratpoison"
|
|
depends on BR2_PACKAGE_XORG7
|
|
select BR2_PACKAGE_FONTCONFIG
|
|
select BR2_PACKAGE_LIBERATION
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
help
|
|
Ratpoison is a simple Window Manager. It is largely modelled
|
|
after GNU Screen and focuses on the keyboard instead of a
|
|
mouse.
|
|
|
|
The screen can be split into non-overlapping frames. All
|
|
windows are kept maximized inside their frames to take full
|
|
advantage of your precious screen real estate.
|
|
|
|
http://www.nongnu.org/ratpoison/
|