aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* whitespace. and note if we get a config request for an already managed windowDon Stewart2007-03-091-16/+22
* improved grabkeys (also handle lockMask down)Don Stewart2007-03-091-3/+8
* alloc the event space only onceDon Stewart2007-03-091-8/+10
* also select for enter and leave window events (need for XCrossing?)Don Stewart2007-03-091-1/+9
* we should check for OverrideRedirect on initial scan tooDon Stewart2007-03-091-1/+5
* little bit of strictness, based on -prof outputDon Stewart2007-03-091-2/+2
* -12 lines, refactorDon Stewart2007-03-091-10/+7
* refactor, -10 or so locDon Stewart2007-03-091-6/+14
* simplify StackSet api even further (-15 loc)Don Stewart2007-03-091-6/+4
* use new StackSet apiDon Stewart2007-03-091-12/+21
* commentsDon Stewart2007-03-091-20/+9
* handle MappingNotifyEvent properly, and missing test in MapRequestEvent. fire...Don Stewart2007-03-091-8/+7
* stub for MappingNotifyEvent, based on dwm. But the X11-extras binding for thi...Don Stewart2007-03-081-6/+37
* refactoring. heads up: depends on withServer in X11-extrasDon Stewart2007-03-081-30/+12
* move W -> WMonadDon Stewart2007-03-081-1/+1
* Switch to using abstract StackSet data type. Most workspace logic moved into ...Don Stewart2007-03-081-96/+68
* cleanup onlyDon Stewart2007-03-081-4/+4
* Make the number of workspaces configurable.Spencer Janssen2007-03-081-15/+13
* Print a message for unhandled eventsSpencer Janssen2007-03-081-1/+1
* Manage windows that are created before thunk startsSpencer Janssen2007-03-071-0/+4
* Add Alt-Shift-[1..5], to move the current client to a new workspaceDon Stewart2007-03-081-0/+22
* cleaner implementation of 'view'. Only hide the current list. And shortcut if...Don Stewart2007-03-081-15/+17
* Fill in missing workspace codeDon Stewart2007-03-081-18/+19
* Add support for multiple workspacesDon Stewart2007-03-071-20/+58
* -Wall police. and strip the binaryDon Stewart2007-03-071-10/+12
* 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