| Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-18 | sketch of config/main inversion. | David Roundy | 1 | -1/+8 |
2007-10-27 | add text on using xprop to find client names | Don Stewart | 1 | -0/+4 |
2007-10-27 | add text reminding people to run mod-shift-space | Don Stewart | 1 | -0/+6 |
2007-10-24 | Add Config.terminal | Spencer Janssen | 1 | -1/+6 |
2007-10-19 | Only assign workspace keys up to xK_9. Related to bug #63 | Spencer Janssen | 1 | -1/+1 |
2007-10-15 | Clean up trailing whitespace | Spencer Janssen | 1 | -2/+2 |
2007-10-14 | explain numlockMask | Devin Mullins | 1 | -2/+6 |
2007-10-14 | whitespace cleanup in Config.hs | Devin Mullins | 1 | -7/+7 |
2007-10-14 | typo in comment | Don Stewart | 1 | -1/+1 |
2007-10-13 | restore magic markup comments | Don Stewart | 1 | -3/+8 |
2007-10-13 | defer to sjanssen's manageHook comment | Don Stewart | 1 | -1/+2 |
2007-10-13 | Heads up: rework the Config.hs file comments, and some variable names. Please... | Don Stewart | 1 | -69/+73 |
2007-10-13 | clean up names of layout code | Don Stewart | 1 | -22/+26 |
2007-10-13 | Another manageHook example | Spencer Janssen | 1 | -0/+5 |
2007-10-13 | Better comment for the default manageHook | Spencer Janssen | 1 | -1/+2 |
2007-10-03 | manageHook: use the curry style, better documentation | Spencer Janssen | 1 | -5/+10 |
2007-10-03 | Pointfree | Spencer Janssen | 1 | -1/+1 |