blob: 836fd8327ce59d2dde1f6fa0f5f025de356f39d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>lack@gentoo.org</email>
<name>Jim Ramsay</name>
</maintainer>
<herd>desktop-wm</herd>
<longdescription><![CDATA[
Fluxbox is yet another windowmanager for X. Originally based upon the
Blackbox 0.61.1 code, Fluxbox has been extended to include a new tabbed
window handling mechanism, an improved configurable window title bar,
better KDE and GNOME integration, an integrated keygrabber and countless
additonal features.
]]></longdescription>
<use>
<flag name='disableslit'>Disables the fluxbox slit (or dock)</flag>
<flag name='disabletoolbar'>Disables the fluxbox toolbar</flag>
<flag name='slit'>Enables the fluxbox slit (or dock)</flag>
<flag name='toolbar'>Enables the fluxbox toolbar</flag>
</use>
</pkgmetadata>
|