You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-wm/stumpwm/metadata.xml

34 lines
1.4 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>nimiux@gentoo.org</email>
<name>Chema Alonso</name>
</maintainer>
<longdescription>
Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp.
If you're tired of flipping through themes like channel-surfing, and going from one perfect-except-for-just-one-thing
window manager to another even-more-broken-in-some-other-way then perhaps Stumpwm can help.
Stumpwm attempts to be customizable yet visually minimal. There are no window decorations, no icons, and no buttons.
It does have various hooks to attach your personal customizations, and variables to tweak.
* Hack the good hack
* debug your good hack
* customize your window manager
while it's running. That's right. With a 100% Common Lisp window manager there's no stopping the hacks. Just re-eval and GO!
</longdescription>
<use>
<flag name="doc">Include documentation</flag>
<flag name="emacs">Add support for GNU Emacs</flag>
<flag name="clisp">Use CLISP for the runtime</flag>
<flag name="ecl">Use SCL for the runtime</flag>
<flag name="sbcl">Use SBCL for the runtime</flag>
</use>
<upstream>
<remote-id type="github">stumpwm/stumpwm</remote-id>
</upstream>
</pkgmetadata>