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