| Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-03 | Remove unused import | Spencer Janssen | 1 | -1/+0 |
2007-10-03 | Float Gimp too | Spencer Janssen | 1 | -2/+3 |
2007-10-02 | List possibleLayouts last, because users are less likely to modify it | Spencer Janssen | 1 | -7/+7 |
2007-10-02 | Docs for defaultLayout and defaultLayouts | Spencer Janssen | 1 | -1/+4 |
2007-10-02 | clean up Config a bit. | David Roundy | 1 | -8/+1 |
2007-09-29 | some renaming of classes and data types. | David Roundy | 1 | -8/+8 |
2007-10-02 | Don't manage kdesktop either | Spencer Janssen | 1 | -1/+1 |
2007-10-02 | Refactor, ignore desktop_window too | Spencer Janssen | 1 | -3/+6 |
2007-10-02 | Automatically float MPlayer windows | Spencer Janssen | 1 | -0/+2 |
2007-10-02 | Add rules for gnome-panel and kicker | Spencer Janssen | 1 | -0/+4 |
2007-10-02 | Pass window name and class info to manageHook | Spencer Janssen | 1 | -1/+3 |
2007-10-01 | Send ClassHints to manageHook | Spencer Janssen | 1 | -2/+3 |
2007-10-01 | First cut at manageHook | Spencer Janssen | 1 | -0/+3 |
2007-09-28 | define defaultLayout in Config.hs. | David Roundy | 1 | -2/+13 |
2007-09-28 | Add setLayout to the core | Spencer Janssen | 1 | -0/+1 |
2007-09-28 | Document otherPossibleLayouts | Spencer Janssen | 1 | -0/+3 |
2007-09-28 | Minor formatting | Spencer Janssen | 1 | -3/+3 |
2007-09-28 | otherPossibleLayouts is empty by default | Spencer Janssen | 1 | -7/+3 |
2007-09-25 | add support for parseable layouts not in the default. | David Roundy | 1 | -0/+7 |
2007-09-24 | Make a String description part of each Layout. | David Roundy | 1 | -4/+4 |
2007-09-24 | broadcast a ReleaseResources before restarting | Andrea Rossato | 1 | -1/+1 |
2007-09-21 | add layout selection back into core xmonad using LayoutSelection. | David Roundy | 1 | -5/+5 |
2007-09-20 | eliminate ugly OldLayout. | David Roundy | 1 | -3/+3 |
2007-09-14 | move Layout stuff into class (hokey first cut). | David Roundy | 1 | -4/+4 |
2007-09-27 | Add StackSet.focusMaster (mod-m) to move focus to master | Don Stewart | 1 | -0/+2 |
2007-09-17 | Eliminate Operations.sink too | Spencer Janssen | 1 | -1/+1 |
2007-09-17 | Remove Operations functions which have StackSet equivalents, just use 'window... | Spencer Janssen | 1 | -11/+11 |
2007-09-17 | Change manpage token @@ to %! to avoid conflicts with Haddock (xmonad) | Alex Tarkovsky | 1 | -27/+27 |
2007-09-07 | Add missing insert markers for generate-configs.sh in Config.hs | Alex Tarkovsky | 1 | -4/+9 |
2007-09-05 | Use show rather than string hacks | Spencer Janssen | 1 | -1/+1 |
2007-08-20 | switch WorkspaceId to String. | David Roundy | 1 | -1/+1 |
2007-09-05 | Alex Tarkovsky's docstring patch updated for conflicts | Spencer Janssen | 1 | -2/+10 |
2007-08-24 | Add docstrings for mouse controls | Spencer Janssen | 1 | -0/+3 |
2007-08-21 | comment only: example of 2 monitor gaps | Don Stewart | 1 | -0/+5 |