index
:
metatile
master
A fork of XMonad
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
XMonad
/
Config.hs
Age
Commit message (
Expand
)
Author
2010-02-14
Various clean-ups suggested by HLint
Spencer Janssen
2009-12-16
Determine numlockMask automatically, fixes #120
Spencer Janssen
2009-11-06
Support for extensible state in contrib modules.
Daniel Schoepe
2009-03-22
Pester the user with one (not two) xmessages on config errors
Adam Vogt
2009-02-09
X.Config.hs, ./man/xmonad.hs: update Event Hook doc
wirtwolff
2009-02-03
Support for custom event hooks
Daniel Schoepe
2009-01-17
Asynchronously recompile/restart xmonad on mod-q
Spencer Janssen
2008-09-11
add W.shiftMaster, fix float/tile-reordering bug
Devin Mullins
2008-06-01
Haddock syntax for enumeration
Malebria
2008-05-21
Raise windows in the floating layer when moving or resizing
Trevor Elliott
2008-05-02
use named colours. fixes startup failure on the XO
Don Stewart
2008-03-25
Remove gaps
Spencer Janssen
2008-03-23
add mod-shift-tab to the default bindings, from Mathias Stearn
Don Stewart
2008-02-04
Add a startupHook.
Brent Yorgey
2007-12-29
Make focus-follows-mouse configurable
Spencer Janssen
2007-12-20
Config.hs: too many users seem to be ignoring/missing the polite warning not ...
Brent Yorgey
2007-12-22
Remove desktop manageHook rules in favor of ManageDocks
Spencer Janssen
2007-12-19
Remove getProgName capability from restart, we don't use it anymore
Spencer Janssen
2007-12-19
Call 'broadcastMessage ReleaseResources' in restart
Spencer Janssen
2007-12-09
Remove kicker and gnome-panel from the default manageHook, these are better
Spencer Janssen
2007-11-24
Move XMonad.Layouts to XMonad.Layout for uniformity with xmc
Andrea Rossato
2007-11-16
Config: small haddock fix
Andrea Rossato
2007-11-12
make default ratios in config nicer to look at
Lukas Mai
2007-11-11
clarify comment at top of Config.hs
Devin Mullins
2007-11-11
avoid Data.Ratio and % operator in XMonad.Config
David Roundy
2007-11-11
remove obviated (and confusing) comments
Devin Mullins
2007-11-11
hide existential Layout (mostly) from user API.
David Roundy
2007-11-09
New ManageHook system
Spencer Janssen
2007-11-07
Provide top level XMonad.hs export module
Don Stewart
2007-11-05
EventLoop -> Core, DefaultConfig -> Config
Don Stewart