aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Main.hsc (follow)
Commit message (Expand)AuthorAgeFilesLines
* move library part to src/Adam Vogt2014-05-021-410/+0
* depend on data-default, and deprecate the monomorphic name defaultConfigDaniel Wagner2013-05-281-2/+2
* configurableEventMasksmwlochbaum2013-02-051-3/+2
* Grab all keycodes linked to each keysym, not just oneDaniel Wagner2013-01-181-5/+10
* Add configuration option clickToFocus (issue 225)Adam Vogt2012-01-031-2/+5
* pass mouse clicks on to focused windows (experimental)conrad.irwin2011-05-251-1/+2
* Resolve conflicts Geoff Reedy's window focus hack.Adam Vogt2010-02-221-6/+2
* track currently processing eventGeoff Reedy2009-06-221-1/+6
* Replaced custom forever_ by library functionDaniel Schoepe2009-01-141-3/+1
* Add --replace flag with documentation (issue 99).Adam Vogt2009-12-201-1/+38
* Broadcast PropertyChange events (needed for layouts with decoration)Daniel Schoepe2010-01-131-2/+3
* Rename numlockMask to numberlockMask to help users of the template config.Adam Vogt2010-01-181-2/+2
* Determine numlockMask automatically, fixes #120Spencer Janssen2009-12-161-1/+17
* Update for X11 1.5.0.0Spencer Janssen2009-12-161-1/+1
* Support for extensible state in contrib modules.Daniel Schoepe2009-11-061-6/+12
* Support for custom event hooksDaniel Schoepe2009-02-031-1/+9
* Add --restart, a command line flag to cause a running xmonad process to restartSpencer Janssen2009-01-171-0/+6
* Remove doubleFork, handle SIGCHLDSpencer Janssen2009-01-161-3/+2
* More flexible userCode functionDaniel Schoepe2009-01-101-2/+2
* Accept inferior crossing events. This patch enables fmouse-focus-follows-screenSpencer Janssen2008-12-051-1/+0
* Change screen focus by clicking on the root window.Spencer Janssen2008-11-061-3/+5
* Fix #192.Spencer Janssen2008-10-221-7/+12
* Track mouse position via events receivedSpencer Janssen2008-10-071-3/+13
* I prefer the spencerjanssen@gmail.com address nowSpencer Janssen2008-07-141-1/+1
* Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner2008-05-021-1/+2
* formatting, eta expansionDon Stewart2008-04-181-3/+8
* XMonad.Main: call setlocale on startupLukas Mai2008-04-061-0/+308