aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Prompt for numlockMask changesSpencer Janssen2009-11-031-7/+6
* X.L.MouseResizableTile: change description for mirrored variantTomas Janousek2009-12-111-1/+2
* X.A.GridSelect: documentation typo fixTomas Janousek2009-12-111-2/+2
* A.GridSelect shouldn't grab keys if there are no choices.Adam Vogt2009-12-101-0/+1
* onScreen' variation for X () functionsNils Schweinsberg2009-12-091-15/+40
* Added Bluetile's configJan Vornberger2009-12-091-0/+215
* BluetileCommands - a list of commands that Bluetile uses to communicate with ...Jan Vornberger2009-12-091-0/+83
* Use lookup instead of find in A.PerWorkspaceKeysAdam Vogt2009-11-291-5/+4
* Change of X.A.OnScreen, more simple and predictable behaviour of onScreen, ne...Nils Schweinsberg2009-12-071-52/+101
* Module to ensure that a dragged window always stays in front of all other win...Jan Vornberger2009-11-291-0/+62
* Decoration that allows to switch the position of windows by dragging them ont...Jan Vornberger2009-11-292-0/+153
* A decoration with small buttons and a supporting moduleJan Vornberger2009-11-292-0/+179
* XMonad.Actions.Search: finally fixed the internet archive search plugingwern02009-12-051-4/+1
* XMonad.Actions.Search: in retrospect, a bit silly to make everyone go through...gwern02009-12-051-2/+2
* Prompt.hs: Corrected quit keybindingsTim Horton2009-12-031-1/+2
* Extended decoration module with more hooks and consolidated some existing onesJan Vornberger2009-11-293-36/+50
* Extended decoration theme to contain extra static text that always appears in...Jan Vornberger2009-10-242-1/+6
* Extended paintAndWrite to allow for multiple strings to be written into the r...Jan Vornberger2009-10-243-14/+17
* Added the alignment option 'AlignRightOffset'Jan Vornberger2009-10-242-2/+3
* Prevent windows from being decorated that are too small to contain decoration.Jan Vornberger2009-06-271-3/+3
* X.L.MouseResizableTile: keep draggers on the bottom of the window stack.Tomas Janousek2009-11-261-0/+1
* Implemented smarter system of managing borders for BorderResizeJan Vornberger2009-11-231-42/+109
* X.H.DynamicLog: fix xmonadPropLog double-encoding of UTF-8Tomas Janousek2009-11-211-4/+4
* X.H.DynamicLog: make documentation for 'dzen' and 'xmobar' slightly more clearBrent Yorgey2009-11-211-3/+9
* X.H.ManageDocks: ignore struts that cover an entire screen on that screenTomas Janousek2009-11-191-5/+8
* Use imported 'fi' in PositionStoreHooksAdam Vogt2009-11-191-2/+1
* Changed interface of X.U.ExtensibleStateDaniel Schoepe2009-11-169-54/+54
* PositionStoreFloat - a floating layout with support hooksJan Vornberger2009-11-154-2/+195
* PositionStore utility to store information about position and size of a windowJan Vornberger2009-11-081-0/+81
* X.H.Urgencyhook fix minor doc bugAnders Engstrom2009-11-151-1/+1
* X.H.DynamicLog fix minor indentation oddnessAnders Engstrom2009-11-151-15/+15
* X.A.CycleWS cycle by tag groupAnders Engstrom2009-11-151-0/+7
* Use less short names in X.PromptAdam Vogt2009-11-151-5/+2
* Use io instead of liftIO in PromptAdam Vogt2009-11-151-9/+9
* 'io' and 'fi' are defined outside of PromptAdam Vogt2009-11-151-9/+2
* Use zipWithM_ instead of recursion in Prompt.printComplListAdam Vogt2009-11-151-22/+9
* Minor style changes in DynamicWorkspacesAdam Vogt2009-11-151-18/+15
* X.A.DynamicWorkspaces fix doc and add behaviourAnders Engstrom2009-11-141-9/+51
* rework XMonad.Util.Dzendaniel2009-11-141-12/+145
* generalize IO actions to MonadIO mdaniel2009-11-145-11/+12
* fix documentation to match implementationdaniel2009-11-141-2/+1
* Bypass more of stringToKeysym in U.PasteAdam Vogt2009-11-142-2/+8
* Don't erase floating information with H.InsertPosition (Issue 334)Adam Vogt2009-11-131-1/+1
* Rename gridselectViewWorkspace to gridselectWorkspace, add another example.Adam Vogt2009-11-121-3/+7
* X.A.DynamicWorkspaces: fix addWorkspace and friends so they never add another...Brent Yorgey2009-11-121-5/+11
* Trim whitespace in H.FloatNextAdam Vogt2009-11-111-5/+1
* Use ExtensibleState in H.FloatNextAdam Vogt2009-11-111-16/+15
* Make a haddock link direct in C.Desktop.Adam Vogt2009-11-111-1/+1
* Change A.TopicSpace haddocks to use block quotes.Adam Vogt2009-11-111-123/+102
* Add defaultTopicConfig, to allow adding more fields to TopicSpace later.Adam Vogt2009-11-111-0/+9