summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-03-08stub for MappingNotifyEvent, based on dwm. But the X11-extras binding for thi...Don Stewart
2007-03-08refactoring. heads up: depends on withServer in X11-extrasDon Stewart
2007-03-08commentsDon Stewart
2007-03-08move W -> WMonadDon Stewart
2007-03-08forgot to add Properties.hsDon Stewart
2007-03-08move tests into subdirDon Stewart
2007-03-08Switch to using abstract StackSet data type. Most workspace logic moved into ...Don Stewart
2007-03-08unpack on our ownDon Stewart
2007-03-08cleanup onlyDon Stewart
2007-03-08Make the number of workspaces configurable.Spencer Janssen
2007-03-08Print a message for unhandled eventsSpencer Janssen
2007-03-07Manage windows that are created before thunk startsSpencer Janssen
2007-03-08Add Alt-Shift-[1..5], to move the current client to a new workspaceDon Stewart
2007-03-08cleaner implementation of 'view'. Only hide the current list. And shortcut if...Don Stewart
2007-03-08Fill in missing workspace codeDon Stewart
2007-03-07Add support for multiple workspacesDon Stewart
2007-03-07no -WerrorDon Stewart
2007-03-07-Wall police. and strip the binaryDon Stewart
2007-03-07fmt. and use a Map for keycode lookupDon Stewart
2007-03-07xKillClient -> killClientSpencer Janssen
2007-03-07formatting and comments onlyDon Stewart
2007-03-07Add alt-c, kill clientDon Stewart
2007-03-07dead codeDon Stewart
2007-03-07need Data.ListDon Stewart
2007-03-07focus left and right (mod-j/mod-k)Don Stewart
2007-03-07Plan for statusbar/multithreadingSpencer Janssen
2007-03-07Add TODOSpencer Janssen
2007-03-07wibbleDon Stewart
2007-03-07derive MonadState, removes most accessorsDon Stewart
2007-03-07Handle several more events, should fix several issues.Spencer Janssen
2007-03-07refactoring. less codeDon Stewart
2007-03-07just use [Window]Don Stewart
2007-03-07url of dmenu. it now worksDon Stewart
2007-03-07typo in dmenu codeDon Stewart
2007-03-07X11 1.2 works too.Spencer Janssen
2007-03-07add dmenu support, seems to work, but the resulting client isn't launchedDon Stewart
2007-03-07refactoringDon Stewart
2007-03-07Wm -> W, all good monads have single capital letter names. comment the W.hs fileDon Stewart
2007-03-07unbox-strict-fieldsDon Stewart
2007-03-07comments for Main.hs, add io_, like io but return ()Don Stewart
2007-03-07comments, rename 'l' to 'io', and state explicitly that we use GeneralizedNew...Don Stewart
2007-03-07move thunk.hs -> Main.hs. Be precise about which versions of every package ar...Don Stewart
2007-03-07add more readme details for finding dependenciesDon Stewart
2007-03-07depend on the X11-extras packageDon Stewart
2007-03-07Flatten module hierarchyDon Stewart
2007-03-07add readmeDon Stewart
2007-03-07add license stuff to .cabalDon Stewart
2007-03-07more stuff for .cabal file. Add example of include path to use on OpenBSDDon Stewart
2007-03-07Initial import.Spencer Janssen