summaryrefslogtreecommitdiff
blob: 8be5c16ac275e186dce4776d8e687b56d7e57610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer>
    <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>