aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* A ResizableTile-like layout that can be resized using the mouse.Jan Vornberger2009-09-301-0/+279
* Replaced more stuff in X.L.Maximize with pure versionsJan Vornberger2009-05-171-5/+5
* Expanded on X.L.Maximize functionalityJan Vornberger2009-05-031-11/+16
* EventHook to restore minimized windows from taskbar (re-recorded from Bluetil...Jan Vornberger2009-09-291-0/+49
* LayoutModifier to minimize windows (re-recorded from Bluetile repo)Jan Vornberger2009-09-291-0/+95
* Correctly check completionKey field in XMonad.PromptDaniel Schoepe2009-09-281-16/+17
* Fix for issue 315Daniel Schoepe2009-09-281-2/+3
* Only use search history for completion in X.A.SearchDaniel Schoepe2009-09-212-9/+21
* Fix regression in XMonad.Prompt's completionDaniel Schoepe2009-09-201-14/+13
* Clean keymask before use in XMonad.PromptDaniel Schoepe2009-09-201-4/+17
* Export moveCursor in XMonad.PromptDaniel Schoepe2009-09-201-1/+1
* U.EZConfig: Correct additionalKeysP M2-M5 valuesWirt Wolff2009-09-061-4/+5
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-1913-92/+111
* Add function to disable focusFollowsMouse conditionallyDaniel Schoepe2009-08-291-1/+17
* Make the keymap of XMonad.Prompt customizableDaniel Schoepe2009-09-101-57/+84
* Run gnomeRegister from startupHookSpencer Janssen2009-09-181-6/+5
* Use U.Run.safeSpawn in C.GnomeAdam Vogt2009-09-181-6/+2
* Add gnomeRegister to C.Gnome.Adam Vogt2009-09-181-3/+31
* Remove excess broadcastMessage ReleaseResources from A.CommandsAdam Vogt2009-09-041-3/+2
* Mark modules last-modified in 2007 as stableAdam Vogt2009-09-0415-15/+15
* Minor changes to my configSpencer Janssen2009-09-011-4/+7
* Return True in X.H.FadeInactive.isUnfocused if current workspace is empty. (d...Adam Vogt2009-08-281-1/+1
* Actually execute the correct command when giving user-defined commands to Ser...Jan Vornberger2009-08-261-2/+2
* Preserve backwards compatibility with H.ServerModeAdam Vogt2009-08-262-6/+11
* Let the user decide which commands to use in X.H.ServerModeDaniel Schoepe2009-08-252-6/+10
* Improve/correct documentation in X.A.TagWindowsDaniel Schoepe2009-08-231-3/+3
* Replace nextEvent with maskEvent to prevent GridSelect from swallowing unrela...Clemens Fruhwirth2009-08-091-1/+1
* Better default for ppUrgent in xmobarPPDaniel Schoepe2009-08-221-0/+1
* Add backwards compatability in X.H.FadeInactiveDaniel Schoepe2009-08-221-1/+1
* More flexible interface for X.H.FadeInactiveDaniel Schoepe2009-08-212-35/+39
* U.Scratchpad: doc add disable-factory flag to gnome-terminal exampleWirt Wolff2009-08-181-3/+2
* A.CycleWS: add toggleOrView fns, fix doc, prevent head exceptionWirt Wolff2009-08-171-3/+48
* Don't use tabs in EwmhDesktopsDaniel Schoepe2009-08-131-3/+3
* Do not warn about unknown ClientMessageEventsJoachim Breitner2009-08-131-1/+4
* ScratchpadRewritekonstantin.sobolev2009-04-281-43/+10
* NS_Placementkonstantin.sobolev2009-04-281-11/+31
* ThreeColMid - Swap slave window positionsAnders Engstrom2009-05-031-3/+3
* fix UrgencyHook docs (\a -> \\a in Haddock)Brent Yorgey2009-08-091-1/+1
* XMonad.Actions.Search: removeColonPrefix shouldn't throw an exception if no :!gwern02009-08-081-1/+1
* XMonad.Actions.Search: clean up hasPrefix - dupe of Data.List.isPrefixOfgwern02009-08-081-13/+9
* XMonad.Actions.Search: +wiktgwern02009-08-081-1/+3
* NoWrap export patch for use with X.L.MessageControlquentin.moser2009-01-281-7/+7
* new XMonad.Layout.MessageControl modulequentin.moser2009-01-281-0/+126
* U.NamedActions: align the descriptions for each section, refactor its integra...Adam Vogt2009-07-262-51/+57
* U.NamedActions support subtitles bound to (0,0) unreachable normallyAdam Vogt2009-05-251-12/+56
* Add U.NamedActions: present a list of keybindings including submapsAdam Vogt2009-05-042-1/+279
* Revert to old behavior where unmatched keys do not exit the eventloop for A.G...Adam Vogt2009-07-271-3/+2
* Share more mkAdjust calls L.LayoutHints in the LayoutHintsToCenter modifierAdam Vogt2009-07-261-13/+13
* Make direction keybindings configurable in A.GridSelectAdam Vogt2009-07-261-30/+54
* LayoutBuilder - make an example more saneAnders Engstrom2009-05-131-3/+3