aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* be sure to reset the gap list on rescreenDon Stewart2007-05-281-1/+1
* support per-screen gap settings. you can have different gaps on individual sc...Don Stewart2007-05-281-1/+1
* Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screenDon Stewart2007-05-281-1/+1
* mod-b, toggle on or off the status bar gapDon Stewart2007-05-271-0/+1
* clean Main.hs slightlyDon Stewart2007-05-271-6/+7
* refactor using whenXDon Stewart2007-05-221-3/+1
* Add preliminary randr supportSpencer Janssen2007-05-221-2/+7
* Experimental support for a beefier restart.Spencer Janssen2007-05-211-2/+8
* Make screen info dynamic: first step to supporting randrSpencer Janssen2007-05-211-4/+4
* s/workspace/windowset/Jason Creighton2007-05-211-1/+1
* HEADS UP: Rewrite StackSet as a ZipperDon Stewart2007-05-201-61/+31
* Handle empty layout listsSpencer Janssen2007-05-041-2/+3
* use anyKey constant instead of magic numberJason Creighton2007-05-041-1/+1
* add support for extensible layouts.David Roundy2007-05-031-1/+1
* Use updated refreshKeyboardMapping. Requires latest X11-extrasSpencer Janssen2007-05-031-4/+1
* Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen2007-04-301-1/+0
* Add XConf for values that don't change.Spencer Janssen2007-04-301-6/+10
* configurable border colorsJason Creighton2007-04-301-0/+6
* 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