aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* comment only: example of 2 monitor gapsDon Stewart2007-08-211-0/+5
* Fix new bug in screen switchingSpencer Janssen2007-08-161-1/+2
* change workspaces to [WorkspaceId]David Roundy2007-08-141-3/+3
* Tweak dmenu bindingPeter De Wachter2007-07-171-1/+1
* Operations.screenWorkspace: return Nothing when the screen does not existSpencer Janssen2007-07-081-1/+1
* make Layouts able to layout whatever they like.David Roundy2007-06-191-1/+1
* haddock compatibilityAndrea Rossato2007-06-101-12/+12
* Move state logging into Config.hs, via logHook :: X ()Don Stewart2007-06-101-4/+6
* Enable logging of state changes to stdoutDon Stewart2007-06-051-0/+7
* heads up: polish config.hs. moves tiling-local values into lexical scope. rem...Don Stewart2007-06-031-21/+39
* Fix out-of-date comment in Config.hs.Chris Mears2007-06-021-1/+1
* make mouse bindings configurableJason Creighton2007-06-021-0/+7
* Revert accidental change to border colorSpencer Janssen2007-05-311-1/+1
* clean up mouse code a bitDon Stewart2007-05-311-3/+3
* first shot at a floating layerJason Creighton2007-05-311-0/+2
* Really change restart keybinding this timeSpencer Janssen2007-05-301-1/+1
* UNDO: HEADS UP: Change restart keybinding to mod-qSpencer Janssen2007-05-301-1/+1
* HEADS UP: Change restart keybinding to mod-qSpencer Janssen2007-05-301-1/+1
* Fix 'refresh' doc stringSpencer Janssen2007-05-291-1/+1
* make 'tall' layout the default on startup. more useful for new usersDon Stewart2007-05-291-3/+3
* ensure !! won't go out of bounds in modifyGapDon Stewart2007-05-281-1/+1
* help man scriptDon Stewart2007-05-281-2/+1
* Document mod-nSpencer Janssen2007-05-281-1/+1
* support per-screen gap settings. you can have different gaps on individual sc...Don Stewart2007-05-281-5/+6
* Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screenDon Stewart2007-05-281-4/+9
* mod-b, toggle on or off the status bar gapDon Stewart2007-05-271-3/+6
* Add new config value, defaultMenuGap, for specifying a gap for a status barDon Stewart2007-05-271-0/+4
* Generate keybindings section in manpage from Config.hsJason Creighton2007-05-271-90/+22
* HEADS UP: change key binding for swapLeft/Right and IncMasterDon Stewart2007-05-261-12/+17
* Formatting onlySpencer Janssen2007-05-251-3/+3
* Use --resume by defaultSpencer Janssen2007-05-231-1/+1
* add swapLeft and swapRightbobstopper2007-05-221-1/+4
* Experimental support for a beefier restart.Spencer Janssen2007-05-211-1/+1
* Put restart in the X monadSpencer Janssen2007-05-211-1/+1
* Fix mod-j/k bindingsSpencer Janssen2007-05-211-3/+3
* HEADS UP: Rewrite StackSet as a ZipperDon Stewart2007-05-201-9/+9
* variable number of windows in master areaJason Creighton2007-05-161-1/+10
* Constrain layout messages to be members of a Message classDon Stewart2007-05-041-2/+2
* More Config.hs bugsSpencer Janssen2007-05-041-3/+3
* Revert accidental change to Config.hsSpencer Janssen2007-05-041-1/+1
* add support for extensible layouts.David Roundy2007-05-031-12/+5
* elaborate documentation in Config.hsDon Stewart2007-05-031-15/+38
* Add 'mod-n': refreshes current layoutSpencer Janssen2007-05-031-0/+3
* Make border width configurableSpencer Janssen2007-04-301-0/+4
* Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen2007-04-301-2/+2
* configurable border colorsJason Creighton2007-04-301-0/+5
* Further refactoringSpencer Janssen2007-04-261-2/+2
* Refactor in Config.hs (no real changes)Spencer Janssen2007-04-261-2/+2
* Ignore numlock and capslock in keybindingsJason Creighton2007-04-241-1/+3
* added comment about windows key (mod4Mask)Jason Creighton2007-04-161-2/+3