summaryrefslogtreecommitdiffstats
path: root/Config.hs
AgeCommit message (Expand)Author
2007-09-27Add StackSet.focusMaster (mod-m) to move focus to masterDon Stewart
2007-09-17Eliminate Operations.sink tooSpencer Janssen
2007-09-17Remove Operations functions which have StackSet equivalents, just use 'window...Spencer Janssen
2007-09-17Change manpage token @@ to %! to avoid conflicts with Haddock (xmonad)Alex Tarkovsky
2007-09-07Add missing insert markers for generate-configs.sh in Config.hsAlex Tarkovsky
2007-09-05Use show rather than string hacksSpencer Janssen
2007-08-20switch WorkspaceId to String.David Roundy
2007-09-05Alex Tarkovsky's docstring patch updated for conflictsSpencer Janssen
2007-08-24Add docstrings for mouse controlsSpencer Janssen
2007-08-21comment only: example of 2 monitor gapsDon Stewart
2007-08-16Fix new bug in screen switchingSpencer Janssen
2007-08-14change workspaces to [WorkspaceId]David Roundy
2007-07-17Tweak dmenu bindingPeter De Wachter
2007-07-08Operations.screenWorkspace: return Nothing when the screen does not existSpencer Janssen
2007-06-19make Layouts able to layout whatever they like.David Roundy
2007-06-10haddock compatibilityAndrea Rossato
2007-06-10Move state logging into Config.hs, via logHook :: X ()Don Stewart
2007-06-05Enable logging of state changes to stdoutDon Stewart
2007-06-03heads up: polish config.hs. moves tiling-local values into lexical scope. rem...Don Stewart
2007-06-02Fix out-of-date comment in Config.hs.Chris Mears
2007-06-02make mouse bindings configurableJason Creighton
2007-05-31Revert accidental change to border colorSpencer Janssen
2007-05-31clean up mouse code a bitDon Stewart
2007-05-31first shot at a floating layerJason Creighton
2007-05-30Really change restart keybinding this timeSpencer Janssen
2007-05-30UNDO: HEADS UP: Change restart keybinding to mod-qSpencer Janssen
2007-05-30HEADS UP: Change restart keybinding to mod-qSpencer Janssen
2007-05-29Fix 'refresh' doc stringSpencer Janssen
2007-05-29make 'tall' layout the default on startup. more useful for new usersDon Stewart
2007-05-28ensure !! won't go out of bounds in modifyGapDon Stewart
2007-05-28help man scriptDon Stewart
2007-05-28Document mod-nSpencer Janssen
2007-05-28support per-screen gap settings. you can have different gaps on individual sc...Don Stewart
2007-05-28Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screenDon Stewart
2007-05-27mod-b, toggle on or off the status bar gapDon Stewart
2007-05-27Add new config value, defaultMenuGap, for specifying a gap for a status barDon Stewart
2007-05-27Generate keybindings section in manpage from Config.hsJason Creighton
2007-05-26HEADS UP: change key binding for swapLeft/Right and IncMasterDon Stewart
2007-05-25Formatting onlySpencer Janssen
2007-05-23Use --resume by defaultSpencer Janssen
2007-05-22add swapLeft and swapRightbobstopper
2007-05-21Experimental support for a beefier restart.Spencer Janssen
2007-05-21Put restart in the X monadSpencer Janssen
2007-05-21Fix mod-j/k bindingsSpencer Janssen
2007-05-20HEADS UP: Rewrite StackSet as a ZipperDon Stewart
2007-05-16variable number of windows in master areaJason Creighton
2007-05-04Constrain layout messages to be members of a Message classDon Stewart
2007-05-04More Config.hs bugsSpencer Janssen
2007-05-04Revert accidental change to Config.hsSpencer Janssen
2007-05-03add support for extensible layouts.David Roundy