aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* avoid grabbing all keys when a keysym is undefinedJason Creighton2007-04-281-1/+3
* Ignore numlock and capslock in keybindingsJason Creighton2007-04-241-2/+2
* Clear numlock bitSpencer Janssen2007-04-241-1/+1
* use prefixed record names in latest X11-extrasJason Creighton2007-04-191-24/+24
* moved screen <-> workspace mapping from XMonad to StackSetJason Creighton2007-04-101-2/+1
* Remove redundant parensSpencer Janssen2007-04-091-1/+1
* Remove unused 'screen' fieldSpencer Janssen2007-04-091-1/+0
* replace multiple gets with a single get and record bindDon Stewart2007-04-041-2/+1
* Revert to the old layout code.Spencer Janssen2007-04-021-1/+1
* Remove trailing spaces, no content changedAlec Berryman2007-04-011-4/+4
* Fix type error in dimensions field of XState record for 64-bit systemsAlec Berryman2007-04-011-1/+3
* Vertical/horizontal split, and resizability.hughes2007-04-011-1/+1
* Move safeFocus from Main to OperationsSpencer Janssen2007-03-311-7/+0
* removed refocus; moved functionality to setFocusJason Creighton2007-03-311-1/+0
* refactored "focus changed" code into "refocus"Jason Creighton2007-03-301-0/+1
* Fix refreshKeyboardMapping issues. Requires the latest X11-extrasSpencer Janssen2007-03-281-2/+2
* first shot at allowing click to focus windowsdaniel2007-03-281-5/+14
* Compatibility with CInt'ified X11Spencer Janssen2007-03-281-2/+6
* Workspace-specific layoutshughes2007-03-261-11/+11
* 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