aboutsummaryrefslogtreecommitdiffstats
path: root/src/XMonad/Main.hsc (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-20depend on the setlocale packageAdam Vogt1-411/+0
2014-05-02hack to avoid crash when fewer workspaces than screens (#543)Adam Vogt1-1/+2
2014-05-02move library part to src/Adam Vogt1-0/+0
2013-05-28depend on data-default, and deprecate the monomorphic name defaultConfigDaniel Wagner1-2/+2
2013-02-05configurableEventMasksmwlochbaum1-3/+2
2013-01-18Grab all keycodes linked to each keysym, not just oneDaniel Wagner1-5/+10
2012-01-03Add configuration option clickToFocus (issue 225)Adam Vogt1-2/+5
2011-05-25pass mouse clicks on to focused windows (experimental)conrad.irwin1-1/+2
2010-02-22Resolve conflicts Geoff Reedy's window focus hack.Adam Vogt1-6/+2
2009-06-22track currently processing eventGeoff Reedy1-1/+6
2009-01-14Replaced custom forever_ by library functionDaniel Schoepe1-3/+1
2009-12-20Add --replace flag with documentation (issue 99).Adam Vogt1-1/+38
2010-01-13Broadcast PropertyChange events (needed for layouts with decoration)Daniel Schoepe1-2/+3
2010-01-18Rename numlockMask to numberlockMask to help users of the template config.Adam Vogt1-2/+2
2009-12-16Determine numlockMask automatically, fixes #120Spencer Janssen1-1/+17
2009-12-16Update for X11 1.5.0.0Spencer Janssen1-1/+1
2009-11-06Support for extensible state in contrib modules.Daniel Schoepe1-6/+12
2009-02-03Support for custom event hooksDaniel Schoepe1-1/+9
2009-01-17Add --restart, a command line flag to cause a running xmonad process to restartSpencer Janssen1-0/+6
2009-01-16Remove doubleFork, handle SIGCHLDSpencer Janssen1-3/+2
2009-01-10More flexible userCode functionDaniel Schoepe1-2/+2
2008-12-05Accept inferior crossing events. This patch enables fmouse-focus-follows-screenSpencer Janssen1-1/+0
2008-11-06Change screen focus by clicking on the root window.Spencer Janssen1-3/+5
2008-10-22Fix #192.Spencer Janssen1-7/+12
2008-10-07Track mouse position via events receivedSpencer Janssen1-3/+13
2008-07-14I prefer the spencerjanssen@gmail.com address nowSpencer Janssen1-1/+1
2008-05-02Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner1-1/+2
2008-04-18formatting, eta expansionDon Stewart1-3/+8
2008-04-06XMonad.Main: call setlocale on startupLukas Mai1-1/+11
2008-03-25Remove gapsSpencer Janssen1-3/+1
2008-03-25Main.hs: startupHook should be guarded by userCodeBrent Yorgey1-1/+1
2008-03-21XMonad.Core: ignore SIGPIPE, let write calls throwLukas Mai1-0/+3
2008-03-11update documentationBrent Yorgey1-2/+3
2008-02-04Add a startupHook.Brent Yorgey1-0/+2
2008-02-07Remove non-existent windows on restartSpencer Janssen1-6/+9
2008-02-06Lift initColor exceptions into MaybeDon Stewart1-2/+9
2008-01-18Simplify duplicate/cloned screen logicSpencer Janssen1-2/+1
2007-12-29Make focus-follows-mouse configurableSpencer Janssen1-1/+2
2007-12-27Broadcast button events to all layouts, fix for issue #111Spencer Janssen1-1/+1
2007-12-11Clean up stale mapped/waitingUnmap state in handle rather than unmanage.Spencer Janssen1-1/+4
2007-12-11Delete windows from waitingUnmap that aren't waitng for any unmapsSpencer Janssen1-1/+3
2007-12-10normalize Module headersLukas Mai1-1/+1
2007-11-11XMonad.Main uses FlexibleContextsSpencer Janssen1-1/+1
2007-11-11hide existential Layout (mostly) from user API.David Roundy1-2/+4
2007-11-07Provide top level XMonad.hs export moduleDon Stewart1-2/+2
2007-11-05makeMain -> xmonadDon Stewart1-3/+3
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart1-2/+2
2007-11-02Float handler out of makeMain, make keys and mouseBindings dependent on XConf...Spencer Janssen1-122/+131
2007-11-01HierarchifySpencer Janssen1-4/+4
2007-11-01Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch'Spencer Janssen1-1/+1