summary refs log tree commit diff stats
path: root/compiler/nimsets.nim
Commit message (Expand)AuthorAgeFilesLines
* Nimrod renamed to NimAraq2014-08-281-2/+2
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-1/+1
* case consistency: next stepsAraq2013-12-291-2/+2
* case consistency part 4Araq2013-12-271-12/+12
* case consistency part 1Araq2013-12-271-4/+4
* fixed and documented computedGoto pragmaAraq2013-08-221-21/+6
* bugfixes for the guarded data flow analysisAraq2013-06-121-0/+6
* fixes #395Araq2013-04-231-2/+2
* bugfix: case exhaustiveness checkingAraq2013-03-211-3/+3
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* bugfix: overlap checking for 'case'Araq2013-01-271-2/+2
* made compiler more robust for idetools; implemented idetools.usagesAraq2012-07-301-7/+13
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* got rid of some arcane module namesAraq2011-04-211-2/+2
* big repo cleanupAraq2011-04-121-0/+175
light .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
gridwm
------

gridwm is an automatic X11 window manager which arranges all windows in a grid.


Requirements
------------
In order to build gridwm you need the Xlib header files.


Installation
------------
Edit config.mk to match your local setup. gridwm is installed into
the /usr/local namespace by default.

Afterwards enter the following command to build and install gridwm (if
necessary as root):

    make clean install


Running gridwm
--------------
Add the following line to your .xinitrc to start gridwm using startx:

    exec gridwm

In order to connect gridwm to a specific display, make sure that
the DISPLAY environment variable is set correctly, e.g.:

    DISPLAY=foo.bar:1 exec wmii

This will start gridwm on display :1 of the host foo.bar.


Configuration
-------------
The configuration of gridwm is done by customizing the config.h
source file.