aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-02move library part to src/Adam Vogt1-330/+0
2013-05-28depend on data-default, and deprecate the monomorphic name defaultConfigDaniel Wagner1-5/+12
2013-02-05configurableEventMasksmwlochbaum1-2/+17
2012-01-03Add configuration option clickToFocus (issue 225)Adam Vogt1-2/+8
2012-01-13Config.hs: implement mod-shift-/ newbie keybinding guide per http://code.goog...gwern01-2/+56
2012-01-13Config.hs: rm commented out keybinding (dead for years)gwern01-3/+0
2011-11-17Correct recompile keybinding (issue 126)Adam Vogt1-1/+1
2010-03-30Warn with xmessage when xmonad cannot be found for recompile (issue 126)Adam Vogt1-1/+1
2011-10-13change the default mod+p binding to keep up with changes to dmenuDaniel Wagner1-1/+1
2010-05-03Less refreshing in mouse-2 binding (thanks aavogt)Spencer Janssen1-1/+1
2010-02-14Various clean-ups suggested by HLintSpencer Janssen1-7/+7
2009-12-16Determine numlockMask automatically, fixes #120Spencer Janssen1-19/+2
2009-11-06Support for extensible state in contrib modules.Daniel Schoepe1-1/+2
2009-03-22Pester the user with one (not two) xmessages on config errorsAdam Vogt1-1/+1
2009-02-09X.Config.hs, ./man/xmonad.hs: update Event Hook docwirtwolff1-1/+2
2009-02-03Support for custom event hooksDaniel Schoepe1-2/+15
2009-01-17Asynchronously recompile/restart xmonad on mod-qSpencer Janssen1-1/+1
2008-09-11add W.shiftMaster, fix float/tile-reordering bugDevin Mullins1-3/+3
2008-06-01Haddock syntax for enumerationMalebria1-0/+2
2008-05-21Raise windows in the floating layer when moving or resizingTrevor Elliott1-2/+4
2008-05-02use named colours. fixes startup failure on the XODon Stewart1-2/+2
2008-03-25Remove gapsSpencer Janssen1-21/+3
2008-03-23add mod-shift-tab to the default bindings, from Mathias StearnDon Stewart1-0/+1
2008-02-04Add a startupHook.Brent Yorgey1-2/+7
2007-12-29Make focus-follows-mouse configurableSpencer Janssen1-3/+10
2007-12-20Config.hs: too many users seem to be ignoring/missing the polite warning not ...Brent Yorgey1-2/+6
2007-12-22Remove desktop manageHook rules in favor of ManageDocksSpencer Janssen1-3/+1
2007-12-19Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen1-1/+1
2007-12-19Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen1-1/+1
2007-12-09Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen1-6/+5
2007-11-24Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato1-1/+1
2007-11-16Config: small haddock fixAndrea Rossato1-1/+1
2007-11-12make default ratios in config nicer to look atLukas Mai1-2/+2
2007-11-11clarify comment at top of Config.hsDevin Mullins1-2/+2
2007-11-11avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy1-3/+2
2007-11-11remove obviated (and confusing) commentsDevin Mullins1-12/+0
2007-11-11hide existential Layout (mostly) from user API.David Roundy1-4/+3
2007-11-09New ManageHook systemSpencer Janssen1-21/+7
2007-11-07Provide top level XMonad.hs export moduleDon Stewart1-2/+2
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart1-2/+2
2007-11-05clean up DefaultConfig.hsDon Stewart1-39/+62
2007-11-04Use the layout and workspaces values from the actual configuration usedSpencer Janssen1-2/+2
2007-11-02Float handler out of makeMain, make keys and mouseBindings dependent on XConf...Spencer Janssen1-9/+9
2007-11-01We can't rely on the executable name, because it may be 'Main'Spencer Janssen1-1/+1
2007-11-01Get defaultGaps from the current config, not the default oneSpencer Janssen1-1/+2
2007-11-01HierarchifySpencer Janssen1-8/+7
2007-11-01Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch'Spencer Janssen1-8/+3
2007-11-01Only export main from MainSpencer Janssen1-1/+1
2007-11-01Add readsLayout, remove the existential from XConfigSpencer Janssen1-1/+1
2007-11-01Delete Main.hs-boot!Spencer Janssen1-2/+3