aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-02Revert to the old layout code.Spencer Janssen1-1/+1
2007-04-01Remove trailing spaces, no content changedAlec Berryman1-4/+4
2007-04-01Fix type error in dimensions field of XState record for 64-bit systemsAlec Berryman1-1/+3
2007-04-01Vertical/horizontal split, and resizability.hughes1-1/+1
2007-03-31Move safeFocus from Main to OperationsSpencer Janssen1-7/+0
2007-03-31removed refocus; moved functionality to setFocusJason Creighton1-1/+0
2007-03-30refactored "focus changed" code into "refocus"Jason Creighton1-0/+1
2007-03-28Fix refreshKeyboardMapping issues. Requires the latest X11-extrasSpencer Janssen1-2/+2
2007-03-28first shot at allowing click to focus windowsdaniel1-5/+14
2007-03-28Compatibility with CInt'ified X11Spencer Janssen1-2/+6
2007-03-26Workspace-specific layoutshughes1-11/+11
2007-03-26Extra config: defaultLayoutdaniel1-1/+1
2007-03-26minor aesthetic changesdaniel1-1/+0
2007-03-26added Config.lhs and moved most things in Main.hs into Operations.hs to enabl...Jason Creighton1-252/+4
2007-03-25Xinerama focus bug (couldn't focus on current workspace)Jason Creighton1-16/+15
2007-03-23restart (simple exec(), no state saved)Jason Creighton1-0/+11
2007-03-22Add promote. Makes the focused window the masterSpencer Janssen1-0/+5
2007-03-21I like 1%2 split. Maintainer's prerogative :)Spencer Janssen1-1/+1
2007-03-21Add defaultLeftWidth in the configuration sectionSpencer Janssen1-1/+5
2007-03-21Allow dynamic width in tiling modedaniel1-3/+15
2007-03-21GHC 6.4 compatibility.Spencer Janssen1-2/+2
2007-03-21add keybindings to change screens and tag windows to screensJason Creighton1-0/+15
2007-03-20Make numlockMask configurableSpencer Janssen1-1/+7
2007-03-20Initial tiling support.Spencer Janssen1-8/+36
2007-03-20Fix indentationSpencer Janssen1-1/+1
2007-03-20UntabifySpencer Janssen1-25/+25
2007-03-20changed type of getScreenInfo in Graphics.X11.XineramaJason Creighton1-5/+5
2007-03-20Decouple the concepts of focus and window order. First step to tiling!Spencer Janssen1-1/+1
2007-03-19trace wsOnScreen when it's changedJason Creighton1-0/+1
2007-03-19don't try to change the current workspace based on an enterNotify eventJason Creighton1-5/+4
2007-03-18use "windows" in "unmanage"Jason Creighton1-1/+1
2007-03-18replaced "let Just xJason Creighton1-4/+7
2007-03-18basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras)Jason Creighton1-18/+35
2007-03-16Whitespace onlySpencer Janssen1-1/+1
2007-03-16-Wall policeSpencer Janssen1-0/+1
2007-03-16abstract out modMask for easy user configurationshae1-8/+13
2007-03-12fiddling, commentsDon Stewart1-14/+27
2007-03-12comments, move isRoot into XMonadDon Stewart1-4/+0
2007-03-12wibblesDon Stewart1-13/+12
2007-03-12abstract out setfocus code a bitDon Stewart1-31/+32
2007-03-11general refactor, and call xerrorhandler to ignore certain undetectable issuesDon Stewart1-66/+47
2007-03-11initial support for Atom-based delete protocol. makes kill client work on fir...Don Stewart1-9/+50
2007-03-10thunk is now known as xmonad!Spencer Janssen1-1/+1
2007-03-10XMonadDon Stewart1-19/+19
2007-03-10add tracing for kill windowDon Stewart1-1/+5
2007-03-10Use 9 workspaces by defaultSpencer Janssen1-1/+1
2007-03-10Reduce flicker on workspace change.Spencer Janssen1-1/+1
2007-03-10Add support for Enter/Leave notify events. Fixes firefox on my machineDon Stewart1-20/+40
2007-03-10refactor, trying to seperate out IO from W stuff, in order to QC the handler ...Don Stewart1-36/+48
2007-03-09notes on the firefox bugDon Stewart1-4/+16