aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extra config: defaultLayoutdaniel2007-03-261-1/+1
* minor aesthetic changesdaniel2007-03-261-1/+0
* added Config.lhs and moved most things in Main.hs into Operations.hs to enabl...Jason Creighton2007-03-261-252/+4
* Xinerama focus bug (couldn't focus on current workspace)Jason Creighton2007-03-251-16/+15
* restart (simple exec(), no state saved)Jason Creighton2007-03-231-0/+11
* Add promote. Makes the focused window the masterSpencer Janssen2007-03-221-0/+5
* I like 1%2 split. Maintainer's prerogative :)Spencer Janssen2007-03-211-1/+1
* Add defaultLeftWidth in the configuration sectionSpencer Janssen2007-03-211-1/+5
* Allow dynamic width in tiling modedaniel2007-03-211-3/+15
* GHC 6.4 compatibility.Spencer Janssen2007-03-211-2/+2
* add keybindings to change screens and tag windows to screensJason Creighton2007-03-211-0/+15
* Make numlockMask configurableSpencer Janssen2007-03-201-1/+7
* Initial tiling support.Spencer Janssen2007-03-201-8/+36
* Fix indentationSpencer Janssen2007-03-201-1/+1
* UntabifySpencer Janssen2007-03-201-25/+25
* changed type of getScreenInfo in Graphics.X11.XineramaJason Creighton2007-03-201-5/+5
* Decouple the concepts of focus and window order. First step to tiling!Spencer Janssen2007-03-201-1/+1
* trace wsOnScreen when it's changedJason Creighton2007-03-191-0/+1
* don't try to change the current workspace based on an enterNotify eventJason Creighton2007-03-191-5/+4
* use "windows" in "unmanage"Jason Creighton2007-03-181-1/+1
* replaced "let Just xJason Creighton2007-03-181-4/+7
* basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras)Jason Creighton2007-03-181-18/+35
* Whitespace onlySpencer Janssen2007-03-161-1/+1
* -Wall policeSpencer Janssen2007-03-161-0/+1
* abstract out modMask for easy user configurationshae2007-03-161-8/+13
* fiddling, commentsDon Stewart2007-03-121-14/+27
* comments, move isRoot into XMonadDon Stewart2007-03-121-4/+0
* wibblesDon Stewart2007-03-121-13/+12
* abstract out setfocus code a bitDon Stewart2007-03-121-31/+32
* general refactor, and call xerrorhandler to ignore certain undetectable issuesDon Stewart2007-03-111-66/+47
* initial support for Atom-based delete protocol. makes kill client work on fir...Don Stewart2007-03-111-9/+50
* thunk is now known as xmonad!Spencer Janssen2007-03-101-1/+1
* XMonadDon Stewart2007-03-101-19/+19
* add tracing for kill windowDon Stewart2007-03-101-1/+5
* Use 9 workspaces by defaultSpencer Janssen2007-03-101-1/+1
* Reduce flicker on workspace change.Spencer Janssen2007-03-101-1/+1
* Add support for Enter/Leave notify events. Fixes firefox on my machineDon Stewart2007-03-101-20/+40
* refactor, trying to seperate out IO from W stuff, in order to QC the handler ...Don Stewart2007-03-101-36/+48
* notes on the firefox bugDon Stewart2007-03-091-4/+16
* 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