aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-30A ResizableTile-like layout that can be resized using the mouse.Jan Vornberger1-0/+279
2009-05-17Replaced more stuff in X.L.Maximize with pure versionsJan Vornberger1-5/+5
2009-05-03Expanded on X.L.Maximize functionalityJan Vornberger1-11/+16
2009-09-29EventHook to restore minimized windows from taskbar (re-recorded from Bluetil...Jan Vornberger1-0/+49
2009-09-29LayoutModifier to minimize windows (re-recorded from Bluetile repo)Jan Vornberger1-0/+95
2009-09-28Correctly check completionKey field in XMonad.PromptDaniel Schoepe1-16/+17
2009-09-28Fix for issue 315Daniel Schoepe1-2/+3
2009-09-21Only use search history for completion in X.A.SearchDaniel Schoepe2-9/+21
2009-09-20Fix regression in XMonad.Prompt's completionDaniel Schoepe1-14/+13
2009-09-20Clean keymask before use in XMonad.PromptDaniel Schoepe1-4/+17
2009-09-20Export moveCursor in XMonad.PromptDaniel Schoepe1-1/+1
2009-09-06U.EZConfig: Correct additionalKeysP M2-M5 valuesWirt Wolff1-4/+5
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe13-92/+111
2009-08-29Add function to disable focusFollowsMouse conditionallyDaniel Schoepe1-1/+17
2009-09-10Make the keymap of XMonad.Prompt customizableDaniel Schoepe1-57/+84
2009-09-18Run gnomeRegister from startupHookSpencer Janssen1-6/+5
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