aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add setLayout to the coreSpencer Janssen2007-09-281-0/+1
* Document otherPossibleLayoutsSpencer Janssen2007-09-281-0/+3
* Minor formattingSpencer Janssen2007-09-281-3/+3
* otherPossibleLayouts is empty by defaultSpencer Janssen2007-09-281-7/+3
* add support for parseable layouts not in the default.David Roundy2007-09-251-0/+7
* Make a String description part of each Layout.David Roundy2007-09-241-4/+4
* broadcast a ReleaseResources before restartingAndrea Rossato2007-09-241-1/+1
* add layout selection back into core xmonad using LayoutSelection.David Roundy2007-09-211-5/+5
* eliminate ugly OldLayout.David Roundy2007-09-201-3/+3
* move Layout stuff into class (hokey first cut).David Roundy2007-09-141-4/+4
* Add StackSet.focusMaster (mod-m) to move focus to masterDon Stewart2007-09-271-0/+2
* Eliminate Operations.sink tooSpencer Janssen2007-09-171-1/+1
* Remove Operations functions which have StackSet equivalents, just use 'window...Spencer Janssen2007-09-171-11/+11
* Change manpage token @@ to %! to avoid conflicts with Haddock (xmonad)Alex Tarkovsky2007-09-171-27/+27
* Add missing insert markers for generate-configs.sh in Config.hsAlex Tarkovsky2007-09-071-4/+9
* Use show rather than string hacksSpencer Janssen2007-09-051-1/+1
* switch WorkspaceId to String.David Roundy2007-08-201-1/+1
* Alex Tarkovsky's docstring patch updated for conflictsSpencer Janssen2007-09-051-2/+10
* Add docstrings for mouse controlsSpencer Janssen2007-08-241-0/+3
* 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