aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-02cleared up transience to better highlight how to use ManageHooks properlyxmonad-contrib1-5/+3
2008-01-01expands the EDSL for performing actions on windowsxmonad-contrib1-19/+65
2008-01-14Timer: some code cleanupAndrea Rossato1-9/+7
2008-01-14Use doubleFork instead of manual double fork, or buggy single fork.nicolas.pouillard2-29/+16
2008-01-16Reflect.hs: minor haddock fixBrent Yorgey1-1/+1
2008-01-15Reflect.hs: use -fglasgow-exts for now instead of LANGUAGE pragmas, for compa...Brent Yorgey1-1/+5
2008-01-15Reflect.hs: add MultiToggle supportBrent Yorgey1-6/+40
2008-01-15MultiToggle.hs: improve 'description' implementation in LayoutClass instance ...Brent Yorgey1-2/+2
2008-01-15Layout.Reflect: new contrib module for reflecting layouts horizontally/vertic...Brent Yorgey1-0/+81
2008-01-14ShowWName.hs: switch color/bgcolor in call to paintAndWriteBrent Yorgey1-2/+2
2008-01-13Prompt: clean up and optimize moveWord a bitAndrea Rossato1-10/+6
2008-01-13Prompt: added moveWord to move the cursor to the word boundariesAndrea Rossato1-0/+21
2008-01-13Doc.Extending: added links and description of recent module additionAndrea Rossato1-0/+8
2008-01-13Action.Search: small haddock fixesAndrea Rossato1-1/+2
2008-01-13ShowWName now uses Timer and XUtils to display the workspace nameAndrea Rossato1-33/+42
2008-01-13Add XMonad.Util.Timer, a module to set up timers and to handle themAndrea Rossato1-0/+62
2008-01-10de-obfuscate the initState and set the init offset to the length of the defau...Andrea Rossato1-1/+15
2008-01-09prompt: Allow to provide a default text in the prompt config.nicolas.pouillard1-1/+3
2007-12-30Correct caps in module header.Joachim Fasting1-1/+1
2007-12-30Use LANGUAGE pragma.Joachim Fasting1-1/+1
2007-12-31shiftPrevScreen and shiftNextScreen, to make CycleWS consistentmail1-1/+20
2007-12-04formattingDon Stewart1-2/+6
2007-12-31PerWorkspace.hs: add an explanatory noteBrent Yorgey1-0/+7
2007-12-31Add ShowWName a layout modifier to show the workspace nameAndrea Rossato1-0/+95
2007-12-31ManageDocks: some documentation fixesAndrea Rossato1-1/+4
2007-12-28-Wall police (again)Spencer Janssen1-2/+2
2007-12-28-Wall policeSpencer Janssen1-1/+1
2007-12-27Fulfill the EWMH specification by listing the supported ATOMs, doesnt really ...mail1-1/+9
2007-12-27display all visible windows on the current desktop in the pagermail1-1/+8
2007-12-27Although I do not need the curr variable after all, this is nicermail1-4/+3
2007-12-27Add support for cycling through screens to CycleWSmail1-8/+33
2007-12-28Clear _NET_ACTIVE_WINDOW when nothing is focusedmail1-1/+2
2007-12-28textExtentsXMF doesn't require the displayAndrea Rossato2-6/+6
2007-12-26Don't bother checking executable bits of items in $PATH, yields a significant...Spencer Janssen1-10/+2
2007-12-25ResizableTile.hs: fix resizing to work in the presence of floating windows (r...Brent Yorgey1-6/+12
2007-12-25LayoutScreens: haddock fixesAndrea Rossato1-5/+7
2007-12-24XMonad.Actions.Search: haddock fixAndrea Rossato1-1/+1
2007-12-24Fix isssue 105Andrea Rossato3-15/+31
2007-12-24Prompt.hs: mv .xmonad_history into .xmonad/gwern01-2/+2
2007-12-24Search.hs: +docs, and export simpleEngine so users can define their owngwern01-11/+47
2007-12-24Search.hs: mv into Actions/ per IRC suggestiongwern01-2/+2
2007-12-20add XMonad.Actions.NoBordersLukas Mai1-0/+33
2007-12-22AvoidStruts: add support for partial strutsSpencer Janssen1-40/+43
2007-12-22Search.hs: add hoogleBrent Yorgey1-2/+4
2007-12-22ManageDocks: ignore desktop windows alsoSpencer Janssen1-3/+4
2007-12-22WibbleSpencer Janssen1-1/+1
2007-12-22EwmhDesktops: add _NET_ACTIVE_WINDOW supportSpencer Janssen1-1/+8
2007-12-22A few short comments for WorkspaceCompareSpencer Janssen1-0/+4
2007-12-22EwmhDesktops: drop 'Workspace' from displayed workspace namesSpencer Janssen1-1/+1
2007-12-22Factor workspace sorting into a separate moduleSpencer Janssen4-32/+55