aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-12-22No more tabsSpencer Janssen10-27/+28
2007-12-22Refactor Search.hsSpencer Janssen1-43/+29
2007-12-22Generalize XSelection functions to MonadIOSpencer Janssen1-4/+4
2007-12-22Search.hs: +imdb & amazon engines for unk_redgwern01-3/+11
2007-12-20Search.hs: cleanup and refactorgwern01-29/+31
2007-12-19Update various restart bindingsSpencer Janssen2-3/+3
2007-12-19Fix typo.Roman Cheplyaka1-1/+1
2007-12-19Doc/Developing.hs: add some information about Haddock documentation.Brent Yorgey1-1/+26
2007-12-18Remove inaccurate comment about 'banish'Spencer Janssen1-6/+0
2007-12-17Warp.hs: haddock fixesBrent Yorgey1-4/+8
2007-12-16Warp.hs: +docgwern01-0/+10
2007-12-17Util/Search.hs: a few updates/fixesBrent Yorgey1-3/+6
2007-12-15Util.Search: import escapeURIString, and fall back on the ugly const false ha...gwern01-4/+26
2007-12-16update Config.Droundy to use a few nice hooks.David Roundy1-3/+5
2007-12-15Add UrgencyHook support to TabbedShachaf Ben-Kiki1-4/+16