aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-28support per-screen gap settings. you can have different gaps on individual sc...Don Stewart1-1/+1
2007-05-28Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screenDon Stewart1-1/+1
2007-05-27mod-b, toggle on or off the status bar gapDon Stewart1-0/+1
2007-05-27clean Main.hs slightlyDon Stewart1-6/+7
2007-05-22refactor using whenXDon Stewart1-3/+1
2007-05-22Add preliminary randr supportSpencer Janssen1-2/+7
2007-05-21Experimental support for a beefier restart.Spencer Janssen1-2/+8
2007-05-21Make screen info dynamic: first step to supporting randrSpencer Janssen1-4/+4
2007-05-21s/workspace/windowset/Jason Creighton1-1/+1
2007-05-20HEADS UP: Rewrite StackSet as a ZipperDon Stewart1-61/+31
2007-05-04Handle empty layout listsSpencer Janssen1-2/+3
2007-05-04use anyKey constant instead of magic numberJason Creighton1-1/+1
2007-05-03add support for extensible layouts.David Roundy1-1/+1
2007-05-03Use updated refreshKeyboardMapping. Requires latest X11-extrasSpencer Janssen1-4/+1
2007-04-30Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen1-1/+0
2007-04-30Add XConf for values that don't change.Spencer Janssen1-6/+10
2007-04-30configurable border colorsJason Creighton1-0/+6
2007-04-28avoid grabbing all keys when a keysym is undefinedJason Creighton1-1/+3
2007-04-24Ignore numlock and capslock in keybindingsJason Creighton1-2/+2
2007-04-24Clear numlock bitSpencer Janssen1-1/+1
2007-04-19use prefixed record names in latest X11-extrasJason Creighton1-24/+24
2007-04-10moved screen <-> workspace mapping from XMonad to StackSetJason Creighton1-2/+1
2007-04-09Remove redundant parensSpencer Janssen1-1/+1
2007-04-09Remove unused 'screen' fieldSpencer Janssen1-1/+0
2007-04-04replace multiple gets with a single get and record bindDon Stewart1-2/+1
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