aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-18Use U.Run.safeSpawn in C.GnomeAdam Vogt1-6/+2
2009-09-18Add gnomeRegister to C.Gnome.Adam Vogt1-3/+31
2009-09-04Remove excess broadcastMessage ReleaseResources from A.CommandsAdam Vogt1-3/+2
2009-09-04Mark modules last-modified in 2007 as stableAdam Vogt15-15/+15
2009-09-01Minor changes to my configSpencer Janssen1-4/+7
2009-08-28Return True in X.H.FadeInactive.isUnfocused if current workspace is empty. (d...Adam Vogt1-1/+1
2009-08-26Actually execute the correct command when giving user-defined commands to Ser...Jan Vornberger1-2/+2
2009-08-26Preserve backwards compatibility with H.ServerModeAdam Vogt2-6/+11
2009-08-25Let the user decide which commands to use in X.H.ServerModeDaniel Schoepe2-6/+10
2009-08-23Improve/correct documentation in X.A.TagWindowsDaniel Schoepe1-3/+3
2009-08-09Replace nextEvent with maskEvent to prevent GridSelect from swallowing unrela...Clemens Fruhwirth1-1/+1
2009-08-22Better default for ppUrgent in xmobarPPDaniel Schoepe1-0/+1
2009-08-22Add backwards compatability in X.H.FadeInactiveDaniel Schoepe1-1/+1
2009-08-21More flexible interface for X.H.FadeInactiveDaniel Schoepe2-35/+39
2009-08-18U.Scratchpad: doc add disable-factory flag to gnome-terminal exampleWirt Wolff1-3/+2
2009-08-17A.CycleWS: add toggleOrView fns, fix doc, prevent head exceptionWirt Wolff1-3/+48
2009-08-13Don't use tabs in EwmhDesktopsDaniel Schoepe1-3/+3
2009-08-13Do not warn about unknown ClientMessageEventsJoachim Breitner1-1/+4
2009-04-28ScratchpadRewritekonstantin.sobolev1-43/+10
2009-04-28NS_Placementkonstantin.sobolev1-11/+31
2009-05-03ThreeColMid - Swap slave window positionsAnders Engstrom1-3/+3
2009-08-09fix UrgencyHook docs (\a -> \\a in Haddock)Brent Yorgey1-1/+1
2009-08-08XMonad.Actions.Search: removeColonPrefix shouldn't throw an exception if no :!gwern01-1/+1
2009-08-08XMonad.Actions.Search: clean up hasPrefix - dupe of Data.List.isPrefixOfgwern01-13/+9
2009-08-08XMonad.Actions.Search: +wiktgwern01-1/+3
2009-01-28NoWrap export patch for use with X.L.MessageControlquentin.moser1-7/+7
2009-01-28new XMonad.Layout.MessageControl modulequentin.moser1-0/+126
2009-07-26U.NamedActions: align the descriptions for each section, refactor its integra...Adam Vogt2-51/+57
2009-05-25U.NamedActions support subtitles bound to (0,0) unreachable normallyAdam Vogt1-12/+56
2009-05-04Add U.NamedActions: present a list of keybindings including submapsAdam Vogt2-1/+279
2009-07-27Revert to old behavior where unmatched keys do not exit the eventloop for A.G...Adam Vogt1-3/+2
2009-07-26Share more mkAdjust calls L.LayoutHints in the LayoutHintsToCenter modifierAdam Vogt1-13/+13
2009-07-26Make direction keybindings configurable in A.GridSelectAdam Vogt1-30/+54
2009-05-13LayoutBuilder - make an example more saneAnders Engstrom1-3/+3
2009-06-23Clean Xkb masks in X.A.SubmapKhudyakov Alexey1-3/+3
2009-07-17Fix defaulting warning with A.RandomBackgroundAdam Vogt1-2/+1
2009-07-15Addition of Machine window property.Juraj Hercek1-1/+4
2009-07-16remove myself as maintainer from code I don't maintain.David Roundy5-5/+5
2009-07-03X.A.CopyWindow: add wsContainingCopies, doc cleanupwirtwolff1-14/+45
2009-07-09Add ability to copy the entered string in X.PromptDaniel Schoepe1-1/+6
2009-07-08Correct license for L.CenteredMasterAdam Vogt1-1/+1
2009-07-05Remove trailing whitespace from many modulesAdam Vogt32-146/+146
2009-07-05Clarify documentation the Migrate message added to L.SubLayoutsAdam Vogt1-2/+3
2009-07-05Reduce a bit of recently introduced duplication in L.SubLayoutsAdam Vogt1-5/+3
2009-07-05Add Migrate message to L.SubLayouts, for better support of moving windows bet...Adam Vogt1-13/+23
2009-07-05L.SubLayouts: also run the layout being modified in a restricted environmentAdam Vogt1-11/+30
2009-07-05L.SubLayouts fix bug where previously run layouts would not get messagesAdam Vogt1-3/+3
2009-07-05Simplify A.WorkspaceCursors use of layout for state, add documentationAdam Vogt1-72/+121
2009-07-02Add A.WorkspaceCursors, a generalization of Plane to arbitrary dimensionsAdam Vogt2-1/+171
2009-07-03Refactor A.OnScreen to use Maybe MonadAdam Vogt1-17/+14