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