aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add configuration option clickToFocus (issue 225)Adam Vogt2012-01-034-7/+20
* pass mouse clicks on to focused windows (experimental)conrad.irwin2011-05-252-2/+3
* Resolve conflicts Geoff Reedy's window focus hack.Adam Vogt2010-02-222-8/+23
* Give focus to windows that don't set the input hintGeoff Reedy2009-10-111-1/+1
* implement the ICCCM WM_TAKE_FOCUS protocolGeoff Reedy2009-06-222-3/+5
* track currently processing eventGeoff Reedy2009-06-222-1/+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
* Correctly identify source files in ~/.lib (David McLean)Adam Vogt2012-04-301-1/+1
* Assume locale is utf8 for spawn.Adam Vogt2011-11-181-1/+4
* 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
* Break a long lineAdam Vogt2011-06-091-1/+2
* output error code when xmonad.hs compile fails without any error outputJens Petersen2011-04-261-1/+1
* Remove -fglasgow-exts for deriving Data/Typeable needed with ghc-6.6Adam Vogt2011-06-093-6/+2
* Expose instances to haddockAdam Vogt2011-06-091-4/+0
* Haddock formatting for a type (-->)Adam Vogt2011-05-241-1/+2
* Generalize types of ManageHook functions, so they can be reusedBrandon S Allbery KF8NH2011-02-241-6/+7
* Correct misleading documentation on Stack (thanks sdrodge)Adam Vogt2011-03-281-1/+1
* Update comments describing `recompile'Adam Vogt2010-04-031-2/+4
* XMonad.Core: escape slashes, ln modulegwern02010-06-201-2/+2
* fix haddock comment being assigned to constructor instead of fieldTomas Janousek2010-04-151-1/+2
* Less refreshing in mouse-2 binding (thanks aavogt)Spencer Janssen2010-05-031-1/+1
* Replaced custom forever_ by library functionDaniel Schoepe2009-01-141-3/+1
* reveal: don't insert non-clients into the set of mapped windowsTomas Janousek2010-03-271-1/+1
* Various clean-ups suggested by HLintSpencer Janssen2010-02-145-21/+20
* Add --replace flag with documentation (issue 99).Adam Vogt2009-12-201-1/+38
* Fix compile error when using base-3 (thanks bogner).Adam Vogt2010-02-111-1/+1
* 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-183-5/+5
* Correct warnings with ghc-6.12Adam Vogt2010-01-183-14/+14
* Add xfork: a forkProcess that works around process global stateSpencer Janssen2009-12-231-3/+7
* Determine numlockMask automatically, fixes #120Spencer Janssen2009-12-164-23/+23
* Update for X11 1.5.0.0Spencer Janssen2009-12-161-1/+1
* Generalize the type of (<+>). It can be used for keybindings too.Adam Vogt2009-12-061-2/+2
* Swap the order that windows are mapped/unmapped. Addresses #322Spencer Janssen2009-11-191-3/+3
* Support for extensible state in contrib modules.Daniel Schoepe2009-11-064-17/+60
* Set SIGPIPE to default in forked processesSpencer Janssen2009-11-061-0/+1
* Fix for Tall documentationKhudyakov Alexey2009-05-161-2/+2
* Remove redundant parensSpencer Janssen2009-09-181-1/+1
* Only watch mtime for .hs, .lhs, .hsc for ~/.xmonad/libAdam Vogt2009-05-041-1/+2
* Add lib to ghc searchpath with recompilation checkAdam Vogt2009-03-221-4/+13
* Remove tabs from ManageHook.hsAdam Vogt2009-07-101-1/+1
* Set infix 0 --> to reduce parentheses in ManageHooksAdam Vogt2009-07-101-0/+2
* Pester the user with one (not two) xmessages on config errorsAdam Vogt2009-03-221-1/+1
* Minor bugfix in the creation of new StackSets.Wouter Swierstra2009-05-031-1/+2
* X.Config.hs, ./man/xmonad.hs: update Event Hook docwirtwolff2009-02-091-1/+2
* Use records to document Tall's argumentsSpencer Janssen2009-02-221-3/+3
* Fix possible head []Joachim Breitner2009-01-061-1/+2