aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor doc fixes to X.C.MateDaniel Wagner2015-03-301-1/+3
* mate-comment-fixupallbery.b2015-03-301-6/+6
* Add XMonad.Config.Bepo (Yorick Laupa)Adam Vogt2015-03-101-0/+47
* add another extension to actually fix the build with ghc-7.10-RC1Adam Vogt2015-01-241-0/+1
* X.C.Prime: doc tweaksDevin Mullins2014-10-021-5/+8
* X.C.Prime: doc fixesDevin Mullins2014-10-011-2/+2
* X.C.Prime: add 'withScreens' and friendsDevin Mullins2014-10-011-14/+85
* X.C.Prime: doc changesDevin Mullins2014-09-251-1/+15
* X.C.Prime: add withWorkspaces et al.Devin Mullins2014-09-251-52/+151
* X.C.Prime: add ifThenElse bindingDevin Mullins2014-09-241-0/+7
* X.C.Prime: doc fixesDevin Mullins2014-09-151-5/+5
* X.C.Prime: fix 'def' hyperlink in docDevin Mullins2014-09-141-3/+3
* XMonad.Config.Prime, a do-notation for configDevin Mullins2014-09-141-0/+495
* config-mateallbery.b2014-08-031-0/+85
* Fix dbus-send call in XMonad.Config.Gnomemd143rbh7f2014-01-291-1/+1
* don't pretend to be LG3D in X.C.Dmwit because this confuses modern GTKDaniel Wagner2013-08-131-2/+1
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-284-17/+16
* eliminate references to defaultConfigDaniel Wagner2013-05-287-17/+18
* since XMonad.Config.Dmwit mentions xmobar, we should include the associated ....Daniel Wagner2013-05-031-0/+10
* XMonad.Config.DmwitDaniel Wagner2013-05-021-0/+324
* Compile with ghc7Mats Rauhala2011-05-041-1/+2
* Adjust X.C.Desktop documentation content.Adam Vogt2010-08-031-9/+7
* Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with a...Jan Vornberger2010-07-281-1/+1
* A hook to handle minimize/restore window manager hints.Justin Bogner2010-06-161-2/+2
* PositionStoreHook: take decoration into accountJan Vornberger2010-06-031-1/+1
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-124-4/+0
* BluetileConfig: Fullscreen tweaks and border color changeJan Vornberger2010-02-011-2/+5
* Use <+> instead of explicit M.union to merge keybindings in X.C.*Adam Vogt2010-01-245-6/+6
* use restart to restart xmonad (no longer bluetile)Jens Petersen2010-01-161-2/+2
* Make X.L.Minimize explicitly mark minimized windows as boringJan Vornberger2009-12-221-1/+1
* Added Bluetile's configJan Vornberger2009-12-091-0/+215
* generalize IO actions to MonadIO mdaniel2009-11-141-1/+2
* Make a haddock link direct in C.Desktop.Adam Vogt2009-11-111-1/+1
* Use X.U.SpawnOnce in my configSpencer Janssen2009-11-071-0/+8
* Fixed conflict between X.U.ExtensibleState and X.C.SjanssenDaniel Schoepe2009-11-071-4/+4
* Use X.U.ExtensibleState instead of IORefsDaniel Schoepe2009-11-061-6/+5
* My config uses xmonadPropLog nowSpencer Janssen2009-11-071-8/+6
* Doc namespace minor updatesWirt Wolff2009-10-231-1/+1
* Use 'ewmh' in relevant configsSpencer Janssen2009-10-233-13/+5
* Resolve conflicts between Justin Bogner's C.Desktop patch and latest head.Daniel Schoepe2009-10-221-3/+4
* Move EWMH support initialization to a startupHookJustin Bogner2009-10-113-8/+9
* C.Desktop fix bad escaping and typoWirt Wolff2009-10-221-7/+7
* C.Desktop doc explaining common desktop config customizationsWirt Wolff2009-10-224-2/+148
* C.Gnome combine with instead of replace Desktop startupHookWirt Wolff2009-10-201-2/+2
* XMonadContrib: set the default cursor to left_ptr for the Desktop configAndres Salomon2009-09-151-0/+2
* Add Portability and Stability boilerplate for a couple modules.Adam Vogt2009-10-125-0/+10
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-191-2/+2
* Run gnomeRegister from startupHookSpencer Janssen2009-09-181-6/+5
* Use U.Run.safeSpawn in C.GnomeAdam Vogt2009-09-181-6/+2
* Add gnomeRegister to C.Gnome.Adam Vogt2009-09-181-3/+31