aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-03Add a GSCONFIG class to overload defaultGSConfig.Adam Vogt2-22/+31
2009-10-04Add a screenshots section in the A.GridSelect haddocksAdam Vogt1-4/+13
2009-10-04Fixed guard in WorkspaceByPos - condition got switched during transformationJan Vornberger1-1/+1
2009-09-26A.CycleWindows update docs, use lib fn second instead of custom lambdaWirt Wolff1-5/+14
2009-10-03Group functions in GridSelect haddock, add an inline screenshot.Adam Vogt1-4/+14
2009-09-28minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modulessean.escriva7-30/+27
2009-09-15New module : X.H.SetCursormail1-0/+47
2009-10-03Hyperlink modules named in WindowMenu, RestoreMinimized, and MinimizeAdam Vogt3-9/+8
2009-10-03Mention X.L.Maximize and X.L.Minimize in WindowMenu documentationJan Vornberger1-0/+4
2009-10-02Small style change in L.SimplestFloatAdam Vogt1-5/+4
2009-10-02Use U.XUtils.fi to make WindowMenu clearerAdam Vogt1-12/+11
2009-09-30Extended GridSelectJan Vornberger1-9/+24
2009-09-30WindowMenu based on GridSelect that displays actions for the focused window (...Jan Vornberger1-0/+75
2009-10-01Use default handler in XMonad.Prompt.eventLoopDaniel Schoepe1-1/+1
2009-09-30Remove redundant parentheses from L.MouseResizableTileAdam Vogt1-10/+9
2009-09-30Use ErrorT instead of nested case for H.WorkspaceByPosAdam Vogt1-24/+13
2009-09-30Note that ManageDocks is preferred to A.DeManageAdam Vogt1-1/+2
2009-09-30Factor out redundancy in L.MouseResizableTile.handleResizeAdam Vogt1-18/+9
2009-09-30In a multi-head setup, move windows with a non-zero position upon creation to...Jan Vornberger1-0/+65
2009-09-30Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTileAdam Vogt1-1/+1
2009-09-30Remove redundant ($) in A.CommandsAdam Vogt1-5/+5
2009-09-30Fix haddock parse error in MouseResizableTileAdam Vogt1-0/+2
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