summaryrefslogtreecommitdiffstats
path: root/XMonad/Config.hs
AgeCommit message (Expand)Author
2013-09-11Rename XMonad to MetaTileMatthias Schiffer
2013-09-11Correctly handle resize requestsMatthias Schiffer
2013-09-11Add support for window bordersMatthias Schiffer
2013-09-09Don't use X bordersMatthias Schiffer
2013-09-09Remove concept of floating windowsMatthias Schiffer
2013-05-28depend on data-default, and deprecate the monomorphic name defaultConfigDaniel Wagner
2013-02-05configurableEventMasksmwlochbaum
2012-01-03Add configuration option clickToFocus (issue 225)Adam Vogt
2012-01-13Config.hs: implement mod-shift-/ newbie keybinding guide per http://code.goog...gwern0
2012-01-13Config.hs: rm commented out keybinding (dead for years)gwern0
2011-11-17Correct recompile keybinding (issue 126)Adam Vogt
2010-03-30Warn with xmessage when xmonad cannot be found for recompile (issue 126)Adam Vogt
2011-10-13change the default mod+p binding to keep up with changes to dmenuDaniel Wagner
2010-05-03Less refreshing in mouse-2 binding (thanks aavogt)Spencer Janssen
2010-02-14Various clean-ups suggested by HLintSpencer Janssen
2009-12-16Determine numlockMask automatically, fixes #120Spencer Janssen
2009-11-06Support for extensible state in contrib modules.Daniel Schoepe
2009-03-22Pester the user with one (not two) xmessages on config errorsAdam Vogt
2009-02-09X.Config.hs, ./man/xmonad.hs: update Event Hook docwirtwolff
2009-02-03Support for custom event hooksDaniel Schoepe
2009-01-17Asynchronously recompile/restart xmonad on mod-qSpencer Janssen
2008-09-11add W.shiftMaster, fix float/tile-reordering bugDevin Mullins
2008-06-01Haddock syntax for enumerationMalebria
2008-05-21Raise windows in the floating layer when moving or resizingTrevor Elliott
2008-05-02use named colours. fixes startup failure on the XODon Stewart
2008-03-25Remove gapsSpencer Janssen
2008-03-23add mod-shift-tab to the default bindings, from Mathias StearnDon Stewart
2008-02-04Add a startupHook.Brent Yorgey
2007-12-29Make focus-follows-mouse configurableSpencer Janssen
2007-12-20Config.hs: too many users seem to be ignoring/missing the polite warning not ...Brent Yorgey
2007-12-22Remove desktop manageHook rules in favor of ManageDocksSpencer Janssen
2007-12-19Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen
2007-12-19Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen
2007-12-09Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen
2007-11-24Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato
2007-11-16Config: small haddock fixAndrea Rossato
2007-11-12make default ratios in config nicer to look atLukas Mai
2007-11-11clarify comment at top of Config.hsDevin Mullins
2007-11-11avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy
2007-11-11remove obviated (and confusing) commentsDevin Mullins
2007-11-11hide existential Layout (mostly) from user API.David Roundy
2007-11-09New ManageHook systemSpencer Janssen
2007-11-07Provide top level XMonad.hs export moduleDon Stewart
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart