| Commit message (Expand) | Author | Files | Lines |
2011-11-17 | Correct recompile keybinding (issue 126) | Adam Vogt | 1 | -1/+1 |
2010-03-30 | Warn with xmessage when xmonad cannot be found for recompile (issue 126) | Adam Vogt | 1 | -1/+1 |
2011-10-13 | change the default mod+p binding to keep up with changes to dmenu | Daniel Wagner | 1 | -1/+1 |
2010-05-03 | Less refreshing in mouse-2 binding (thanks aavogt) | Spencer Janssen | 1 | -1/+1 |
2010-02-14 | Various clean-ups suggested by HLint | Spencer Janssen | 1 | -7/+7 |
2009-12-16 | Determine numlockMask automatically, fixes #120 | Spencer Janssen | 1 | -19/+2 |
2009-11-06 | Support for extensible state in contrib modules. | Daniel Schoepe | 1 | -1/+2 |
2009-03-22 | Pester the user with one (not two) xmessages on config errors | Adam Vogt | 1 | -1/+1 |
2009-02-09 | X.Config.hs, ./man/xmonad.hs: update Event Hook doc | wirtwolff | 1 | -1/+2 |
2009-02-03 | Support for custom event hooks | Daniel Schoepe | 1 | -2/+15 |
2009-01-17 | Asynchronously recompile/restart xmonad on mod-q | Spencer Janssen | 1 | -1/+1 |
2008-09-11 | add W.shiftMaster, fix float/tile-reordering bug | Devin Mullins | 1 | -3/+3 |
2008-06-01 | Haddock syntax for enumeration | Malebria | 1 | -0/+2 |
2008-05-21 | Raise windows in the floating layer when moving or resizing | Trevor Elliott | 1 | -2/+4 |
2008-05-02 | use named colours. fixes startup failure on the XO | Don Stewart | 1 | -2/+2 |
2008-03-25 | Remove gaps | Spencer Janssen | 1 | -21/+3 |
2008-03-23 | add mod-shift-tab to the default bindings, from Mathias Stearn | Don Stewart | 1 | -0/+1 |
2008-02-04 | Add a startupHook. | Brent Yorgey | 1 | -2/+7 |
2007-12-29 | Make focus-follows-mouse configurable | Spencer Janssen | 1 | -3/+10 |
2007-12-20 | Config.hs: too many users seem to be ignoring/missing the polite warning not ... | Brent Yorgey | 1 | -2/+6 |
2007-12-22 | Remove desktop manageHook rules in favor of ManageDocks | Spencer Janssen | 1 | -3/+1 |
2007-12-19 | Remove getProgName capability from restart, we don't use it anymore | Spencer Janssen | 1 | -1/+1 |
2007-12-19 | Call 'broadcastMessage ReleaseResources' in restart | Spencer Janssen | 1 | -1/+1 |
2007-12-09 | Remove kicker and gnome-panel from the default manageHook, these are better | Spencer Janssen | 1 | -6/+5 |
2007-11-24 | Move XMonad.Layouts to XMonad.Layout for uniformity with xmc | Andrea Rossato | 1 | -1/+1 |
2007-11-16 | Config: small haddock fix | Andrea Rossato | 1 | -1/+1 |
2007-11-12 | make default ratios in config nicer to look at | Lukas Mai | 1 | -2/+2 |
2007-11-11 | clarify comment at top of Config.hs | Devin Mullins | 1 | -2/+2 |
2007-11-11 | avoid Data.Ratio and % operator in XMonad.Config | David Roundy | 1 | -3/+2 |
2007-11-11 | remove obviated (and confusing) comments | Devin Mullins | 1 | -12/+0 |
2007-11-11 | hide existential Layout (mostly) from user API. | David Roundy | 1 | -4/+3 |
2007-11-09 | New ManageHook system | Spencer Janssen | 1 | -21/+7 |
2007-11-07 | Provide top level XMonad.hs export module | Don Stewart | 1 | -2/+2 |
2007-11-05 | EventLoop -> Core, DefaultConfig -> Config | Don Stewart | 1 | -2/+2 |
2007-11-05 | clean up DefaultConfig.hs | Don Stewart | 1 | -39/+62 |
2007-11-04 | Use the layout and workspaces values from the actual configuration used | Spencer Janssen | 1 | -2/+2 |
2007-11-02 | Float handler out of makeMain, make keys and mouseBindings dependent on XConf... | Spencer Janssen | 1 | -9/+9 |
2007-11-01 | We can't rely on the executable name, because it may be 'Main' | Spencer Janssen | 1 | -1/+1 |
2007-11-01 | Get defaultGaps from the current config, not the default one | Spencer Janssen | 1 | -1/+2 |
2007-11-01 | Hierarchify | Spencer Janssen | 1 | -8/+7 |
2007-11-01 | Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch' | Spencer Janssen | 1 | -8/+3 |
2007-11-01 | Only export main from Main | Spencer Janssen | 1 | -1/+1 |
2007-11-01 | Add readsLayout, remove the existential from XConfig | Spencer Janssen | 1 | -1/+1 |
2007-11-01 | Delete Main.hs-boot! | Spencer Janssen | 1 | -2/+3 |
2007-11-01 | Remove manageHook from Main.hs-boot | Spencer Janssen | 1 | -2/+3 |
2007-11-01 | Eliminate defaultTerminal | Spencer Janssen | 1 | -2/+2 |
2007-11-01 | Store user configuration in XConf | Spencer Janssen | 1 | -27/+27 |
2007-11-01 | This is a massive update, here's what has changed: | Spencer Janssen | 1 | -18/+10 |
2007-10-29 | cleaner version of main/config inversion. | David Roundy | 1 | -48/+35 |
2007-10-18 | make xmonad work with inverted main/config. | David Roundy | 1 | -1/+2 |