aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-05configurableEventMasksmwlochbaum4-12/+25
2013-01-18Grab all keycodes linked to each keysym, not just oneDaniel Wagner1-5/+10
2013-01-15Issue 135 use wa_border_width for floating windows (neoraider)Adam Vogt1-1/+1
2013-01-01Add flags for call to ghc closing issue 240Adam Vogt1-1/+1
2012-01-03Add configuration option clickToFocus (issue 225)Adam Vogt4-7/+20
2011-05-25pass mouse clicks on to focused windows (experimental)conrad.irwin2-2/+3
2010-02-22Resolve conflicts Geoff Reedy's window focus hack.Adam Vogt2-8/+23
2009-10-11Give focus to windows that don't set the input hintGeoff Reedy1-1/+1
2009-06-22implement the ICCCM WM_TAKE_FOCUS protocolGeoff Reedy2-3/+5
2009-06-22track currently processing eventGeoff Reedy2-1/+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
2012-04-30Correctly identify source files in ~/.lib (David McLean)Adam Vogt1-1/+1
2011-11-18Assume locale is utf8 for spawn.Adam Vogt1-1/+4
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
2011-06-09Break a long lineAdam Vogt1-1/+2
2011-04-26output error code when xmonad.hs compile fails without any error outputJens Petersen1-1/+1
2011-06-09Remove -fglasgow-exts for deriving Data/Typeable needed with ghc-6.6Adam Vogt3-6/+2
2011-06-09Expose instances to haddockAdam Vogt1-4/+0
2011-05-24Haddock formatting for a type (-->)Adam Vogt1-1/+2
2011-02-24Generalize types of ManageHook functions, so they can be reusedBrandon S Allbery KF8NH1-6/+7
2011-03-28Correct misleading documentation on Stack (thanks sdrodge)Adam Vogt1-1/+1
2010-04-03Update comments describing `recompile'Adam Vogt1-2/+4
2010-06-20XMonad.Core: escape slashes, ln modulegwern01-2/+2
2010-04-15fix haddock comment being assigned to constructor instead of fieldTomas Janousek1-1/+2
2010-05-03Less refreshing in mouse-2 binding (thanks aavogt)Spencer Janssen1-1/+1
2009-01-14Replaced custom forever_ by library functionDaniel Schoepe1-3/+1
2010-03-27reveal: don't insert non-clients into the set of mapped windowsTomas Janousek1-1/+1
2010-02-14Various clean-ups suggested by HLintSpencer Janssen5-21/+20
2009-12-20Add --replace flag with documentation (issue 99).Adam Vogt1-1/+38
2010-02-11Fix compile error when using base-3 (thanks bogner).Adam Vogt1-1/+1
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 Vogt3-5/+5
2010-01-18Correct warnings with ghc-6.12Adam Vogt3-14/+14
2009-12-23Add xfork: a forkProcess that works around process global stateSpencer Janssen1-3/+7
2009-12-16Determine numlockMask automatically, fixes #120Spencer Janssen4-23/+23
2009-12-16Update for X11 1.5.0.0Spencer Janssen1-1/+1
2009-12-06Generalize the type of (<+>). It can be used for keybindings too.Adam Vogt1-2/+2
2009-11-19Swap the order that windows are mapped/unmapped. Addresses #322Spencer Janssen1-3/+3
2009-11-06Support for extensible state in contrib modules.Daniel Schoepe4-17/+60
2009-11-06Set SIGPIPE to default in forked processesSpencer Janssen1-0/+1
2009-05-16Fix for Tall documentationKhudyakov Alexey1-2/+2
2009-09-18Remove redundant parensSpencer Janssen1-1/+1
2009-05-04Only watch mtime for .hs, .lhs, .hsc for ~/.xmonad/libAdam Vogt1-1/+2
2009-03-22Add lib to ghc searchpath with recompilation checkAdam Vogt1-4/+13
2009-07-10Remove tabs from ManageHook.hsAdam Vogt1-1/+1
2009-07-10Set infix 0 --> to reduce parentheses in ManageHooksAdam Vogt1-0/+2
2009-03-22Pester the user with one (not two) xmessages on config errorsAdam Vogt1-1/+1