summaryrefslogtreecommitdiff
blob: 70028f07459749e951f090bbaa75189481c804b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<use>
		<flag name='default-term'>Pull terminal specified in default xmonad config
			to be a bit less hostile by default.</flag>
		<flag name="no-autorepeat-keys">Allow ignoring of keyboard autorepeat.</flag>
	</use>
	<longdescription>
		xmonad is a tiling window manager for X. Windows are arranged
		automatically to tile the screen without gaps or overlap, maximising
		screen use. All features of the window manager are accessible from
		the keyboard: a mouse is strictly optional. xmonad is written and
		extensible in Haskell. Custom layout algorithms, and other
		extensions, may be written by the user in config files. Layouts are
		applied dynamically, and different layouts may be used on each
		workspace. Xinerama is fully supported, allowing windows to be tiled
		on several screens.
	</longdescription>
</pkgmetadata>