Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Workspace-specific layouts | hughes | 2007-03-26 | 4 | -33/+63 |
* | Typo: use dmenu_path instead of emenu_path | Alec Berryman | 2007-03-26 | 1 | -1/+1 |
* | Focus follows mouse. | Spencer Janssen | 2007-03-26 | 1 | -1/+5 |
* | Update todo | Spencer Janssen | 2007-03-26 | 1 | -1/+0 |
* | Extra config: defaultLayout | daniel | 2007-03-26 | 2 | -1/+5 |
* | updated TODO | daniel | 2007-03-26 | 1 | -2/+4 |
* | minor aesthetic changes | daniel | 2007-03-26 | 2 | -7/+6 |
* | fix | Don Stewart | 2007-03-26 | 2 | -3/+10 |
* | Restrain leftWidth | Spencer Janssen | 2007-03-26 | 1 | -1/+2 |
* | Config.lhs -> Config.hs | Jason Creighton | 2007-03-26 | 2 | -101/+89 |
* | added Config.lhs and moved most things in Main.hs into Operations.hs to enabl... | Jason Creighton | 2007-03-26 | 3 | -252/+310 |
* | Xinerama focus bug (couldn't focus on current workspace) | Jason Creighton | 2007-03-25 | 1 | -16/+15 |
* | restart (simple exec(), no state saved) | Jason Creighton | 2007-03-23 | 1 | -0/+11 |
* | Add promote. Makes the focused window the master | Spencer Janssen | 2007-03-22 | 1 | -0/+5 |
* | Add promote | Spencer Janssen | 2007-03-22 | 1 | -0/+6 |
* | I like 1%2 split. Maintainer's prerogative :) | Spencer Janssen | 2007-03-21 | 1 | -1/+1 |
* | Add defaultLeftWidth in the configuration section | Spencer Janssen | 2007-03-21 | 1 | -1/+5 |
* | Allow dynamic width in tiling mode | daniel | 2007-03-21 | 2 | -3/+17 |
* | GHC 6.4 compatibility. | Spencer Janssen | 2007-03-21 | 2 | -3/+3 |
* | add keybindings to change screens and tag windows to screens | Jason Creighton | 2007-03-21 | 1 | -0/+15 |
* | Add raiseFocus. | Spencer Janssen | 2007-03-20 | 1 | -0/+7 |
* | Make numlockMask configurable | Spencer Janssen | 2007-03-20 | 1 | -1/+7 |
* | Initial tiling support. | Spencer Janssen | 2007-03-20 | 3 | -23/+50 |
* | Fix indentation | Spencer Janssen | 2007-03-20 | 1 | -1/+1 |
* | Untabify | Spencer Janssen | 2007-03-20 | 1 | -25/+25 |
* | changed type of getScreenInfo in Graphics.X11.Xinerama | Jason Creighton | 2007-03-20 | 2 | -8/+6 |
* | Decouple the concepts of focus and window order. First step to tiling! | Spencer Janssen | 2007-03-20 | 2 | -10/+25 |
* | trace wsOnScreen when it's changed | Jason Creighton | 2007-03-19 | 1 | -0/+1 |
* | don't try to change the current workspace based on an enterNotify event | Jason Creighton | 2007-03-19 | 1 | -5/+4 |
* | use "windows" in "unmanage" | Jason Creighton | 2007-03-18 | 1 | -1/+1 |
* | replaced "let Just x | Jason Creighton | 2007-03-18 | 1 | -4/+7 |
* | basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras) | Jason Creighton | 2007-03-18 | 3 | -19/+47 |
* | Whitespace only | Spencer Janssen | 2007-03-16 | 1 | -1/+1 |
* | -Wall police | Spencer Janssen | 2007-03-16 | 2 | -1/+1 |
* | abstract out modMask for easy user configuration | shae | 2007-03-16 | 1 | -8/+13 |
* | tasks before 0.1 | Spencer Janssen | 2007-03-15 | 1 | -0/+5 |
* | s/thunk/xmonad | Spencer Janssen | 2007-03-15 | 1 | -1/+1 |
* | Tiling notes | Spencer Janssen | 2007-03-14 | 1 | -0/+15 |
* | Actually fix the zombie issue. | Spencer Janssen | 2007-03-14 | 1 | -3/+8 |
* | Sloppy typos in spawn. | Spencer Janssen | 2007-03-13 | 1 | -2/+4 |
* | Fix forking issues, add unix dependency. | Spencer Janssen | 2007-03-13 | 3 | -4/+4 |
* | catch exceptions in spawn, so failing to fork won't kill the wm | Don Stewart | 2007-03-12 | 1 | -1/+3 |
* | fiddling, comments | Don Stewart | 2007-03-12 | 1 | -14/+27 |
* | comments, move isRoot into XMonad | Don Stewart | 2007-03-12 | 2 | -6/+12 |
* | wibbles | Don Stewart | 2007-03-12 | 1 | -13/+12 |
* | abstract out setfocus code a bit | Don Stewart | 2007-03-12 | 1 | -31/+32 |
* | general refactor, and call xerrorhandler to ignore certain undetectable issues | Don Stewart | 2007-03-11 | 2 | -69/+53 |
* | initial support for Atom-based delete protocol. makes kill client work on fir... | Don Stewart | 2007-03-11 | 1 | -9/+50 |
* | thunk is now known as xmonad! | Spencer Janssen | 2007-03-10 | 3 | -5/+5 |
* | XMonad | Don Stewart | 2007-03-10 | 2 | -38/+38 |