summaryrefslogtreecommitdiffstats
path: root/Main.hs
AgeCommit message (Expand)Author
2007-03-12fiddling, commentsDon Stewart
2007-03-12comments, move isRoot into XMonadDon Stewart
2007-03-12wibblesDon Stewart
2007-03-12abstract out setfocus code a bitDon Stewart
2007-03-11general refactor, and call xerrorhandler to ignore certain undetectable issuesDon Stewart
2007-03-11initial support for Atom-based delete protocol. makes kill client work on fir...Don Stewart
2007-03-10thunk is now known as xmonad!Spencer Janssen
2007-03-10XMonadDon Stewart
2007-03-10add tracing for kill windowDon Stewart
2007-03-10Use 9 workspaces by defaultSpencer Janssen
2007-03-10Reduce flicker on workspace change.Spencer Janssen
2007-03-10Add support for Enter/Leave notify events. Fixes firefox on my machineDon Stewart
2007-03-10refactor, trying to seperate out IO from W stuff, in order to QC the handler ...Don Stewart
2007-03-09notes on the firefox bugDon Stewart
2007-03-09whitespace. and note if we get a config request for an already managed windowDon Stewart
2007-03-09improved grabkeys (also handle lockMask down)Don Stewart
2007-03-09alloc the event space only onceDon Stewart
2007-03-09also select for enter and leave window events (need for XCrossing?)Don Stewart
2007-03-09we should check for OverrideRedirect on initial scan tooDon Stewart
2007-03-09little bit of strictness, based on -prof outputDon Stewart
2007-03-09-12 lines, refactorDon Stewart
2007-03-09refactor, -10 or so locDon Stewart
2007-03-09simplify StackSet api even further (-15 loc)Don Stewart
2007-03-09use new StackSet apiDon Stewart
2007-03-09commentsDon Stewart
2007-03-09handle MappingNotifyEvent properly, and missing test in MapRequestEvent. fire...Don Stewart
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-08move W -> WMonadDon Stewart
2007-03-08Switch to using abstract StackSet data type. Most workspace logic moved into ...Don 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-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-07need Data.ListDon Stewart
2007-03-07focus left and right (mod-j/mod-k)Don Stewart
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