aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* move library part to src/Adam Vogt2014-05-021-330/+0
* depend on data-default, and deprecate the monomorphic name defaultConfigDaniel Wagner2013-05-281-5/+12
* configurableEventMasksmwlochbaum2013-02-051-2/+17
* Add configuration option clickToFocus (issue 225)Adam Vogt2012-01-031-2/+8
* Config.hs: implement mod-shift-/ newbie keybinding guide per http://code.goog...gwern02012-01-131-2/+56
* Config.hs: rm commented out keybinding (dead for years)gwern02012-01-131-3/+0
* Correct recompile keybinding (issue 126)Adam Vogt2011-11-171-1/+1
* Warn with xmessage when xmonad cannot be found for recompile (issue 126)Adam Vogt2010-03-301-1/+1
* change the default mod+p binding to keep up with changes to dmenuDaniel Wagner2011-10-131-1/+1
* Less refreshing in mouse-2 binding (thanks aavogt)Spencer Janssen2010-05-031-1/+1
* Various clean-ups suggested by HLintSpencer Janssen2010-02-141-7/+7
* Determine numlockMask automatically, fixes #120Spencer Janssen2009-12-161-19/+2
* Support for extensible state in contrib modules.Daniel Schoepe2009-11-061-1/+2
* Pester the user with one (not two) xmessages on config errorsAdam Vogt2009-03-221-1/+1
* X.Config.hs, ./man/xmonad.hs: update Event Hook docwirtwolff2009-02-091-1/+2
* Support for custom event hooksDaniel Schoepe2009-02-031-2/+15
* Asynchronously recompile/restart xmonad on mod-qSpencer Janssen2009-01-171-1/+1
* add W.shiftMaster, fix float/tile-reordering bugDevin Mullins2008-09-111-3/+3
* Haddock syntax for enumerationMalebria2008-06-011-0/+2
* Raise windows in the floating layer when moving or resizingTrevor Elliott2008-05-211-2/+4
* use named colours. fixes startup failure on the XODon Stewart2008-05-021-2/+2
* Remove gapsSpencer Janssen2008-03-251-21/+3
* add mod-shift-tab to the default bindings, from Mathias StearnDon Stewart2008-03-231-0/+1
* Add a startupHook.Brent Yorgey2008-02-041-2/+7
* Make focus-follows-mouse configurableSpencer Janssen2007-12-291-3/+10
* Config.hs: too many users seem to be ignoring/missing the polite warning not ...Brent Yorgey2007-12-201-2/+6
* Remove desktop manageHook rules in favor of ManageDocksSpencer Janssen2007-12-221-3/+1
* Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen2007-12-191-1/+1
* Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen2007-12-191-1/+1
* Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen2007-12-091-6/+5
* Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato2007-11-241-1/+1
* Config: small haddock fixAndrea Rossato2007-11-161-1/+1
* make default ratios in config nicer to look atLukas Mai2007-11-121-2/+2
* clarify comment at top of Config.hsDevin Mullins2007-11-111-2/+2
* avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy2007-11-111-3/+2
* remove obviated (and confusing) commentsDevin Mullins2007-11-111-12/+0
* hide existential Layout (mostly) from user API.David Roundy2007-11-111-4/+3
* New ManageHook systemSpencer Janssen2007-11-091-21/+7
* Provide top level XMonad.hs export moduleDon Stewart2007-11-071-2/+2
* EventLoop -> Core, DefaultConfig -> ConfigDon Stewart2007-11-051-0/+281