aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fmt. and use a Map for keycode lookupDon Stewart2007-03-071-37/+28
* xKillClient -> killClientSpencer Janssen2007-03-071-1/+1
* formatting and comments onlyDon Stewart2007-03-071-9/+8
* Add alt-c, kill clientDon Stewart2007-03-071-11/+28
* need Data.ListDon Stewart2007-03-071-0/+1
* focus left and right (mod-j/mod-k)Don Stewart2007-03-071-38/+27
* wibbleDon Stewart2007-03-071-1/+1
* derive MonadState, removes most accessorsDon Stewart2007-03-071-10/+10
* Handle several more events, should fix several issues.Spencer Janssen2007-03-071-2/+31
* refactoring. less codeDon Stewart2007-03-071-91/+76
* just use [Window]Don Stewart2007-03-071-16/+13
* typo in dmenu codeDon Stewart2007-03-071-1/+1
* add dmenu support, seems to work, but the resulting client isn't launchedDon Stewart2007-03-071-1/+2
* refactoringDon Stewart2007-03-071-12/+16
* Wm -> W, all good monads have single capital letter names. comment the W.hs fileDon Stewart2007-03-071-11/+11
* comments for Main.hs, add io_, like io but return ()Don Stewart2007-03-071-37/+73
* comments, rename 'l' to 'io', and state explicitly that we use GeneralizedNew...Don Stewart2007-03-071-16/+29
* move thunk.hs -> Main.hs. Be precise about which versions of every package ar...Don Stewart2007-03-071-0/+109