aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-04Style changes in L.MinimizeAdam Vogt1-7/+3
2009-12-30minimize_floatingkonstantin.sobolev1-9/+26
2009-12-30Use more imported cursor constants.Adam Vogt2-22/+9
2009-12-30import new contrib module, X.A.DynamicWorkspaceOrderBrent Yorgey1-0/+166
2009-12-30X.A.CycleWS: export generalized 'doTo' function for performing an action on a...Brent Yorgey1-2/+8
2009-12-29new contrib module, X.A.DynamicWorkspaceGroups, for managing groups of worksp...Brent Yorgey1-0/+137
2009-12-29new contrib module from Tomas Janousek, X.A.WorkspaceNamesBrent Yorgey1-0/+155
2009-12-24X.P.Shell, filter empty string from PATHTim Horton1-1/+1
2009-12-27small tweak to battery loggerBrent Yorgey1-1/+1
2009-12-28Use imported xC_bottom_right_corner in A.MouseResizeAdam Vogt1-4/+1
2009-12-27X.A.MouseResize: assign an appropriate cursor for the resizing inpuwinTomas Janousek1-0/+8
2009-12-27Fix the createSession bug in spawnPipeSpencer Janssen1-3/+1
2009-12-23Let the core know about MouseResizableTile's draggers, so they are stacked co...Jan Vornberger1-10/+13
2009-12-23Update all uses of forkProcess to xforkSpencer Janssen3-16/+8
2009-12-22Make X.L.Minimize explicitly mark minimized windows as boringJan Vornberger2-13/+20
2009-12-22Actions/Search: added openstreetmapintrigeri1-24/+28
2009-12-21Add a search predicate option to XMonad.PromptMike Lundy2-4/+8
2009-12-20In D.Extending note how <+> can be used with keybindings.Adam Vogt1-9/+13
2009-12-20Fix MultiToggle crashes with decorated layoutsTomas Janousek3-68/+40
2009-12-08Golf / style change in U.ExtensibleStateAdam Vogt1-7/+6
2009-12-19Style changes in EwmhDesktopsAdam Vogt1-11/+8
2009-12-14Add support for fullscreen through the _NET_WM_STATE protocolaudunskaugen1-1/+36
2009-11-03Update Prompt for numlockMask changesSpencer Janssen1-7/+6
2009-12-11X.L.MouseResizableTile: change description for mirrored variantTomas Janousek1-1/+2
2009-12-11X.A.GridSelect: documentation typo fixTomas Janousek1-2/+2
2009-12-10A.GridSelect shouldn't grab keys if there are no choices.Adam Vogt1-0/+1
2009-12-09onScreen' variation for X () functionsNils Schweinsberg1-15/+40
2009-12-09Added Bluetile's configJan Vornberger1-0/+215
2009-12-09BluetileCommands - a list of commands that Bluetile uses to communicate with ...Jan Vornberger1-0/+83
2009-11-29Use lookup instead of find in A.PerWorkspaceKeysAdam Vogt1-5/+4
2009-12-07Change of X.A.OnScreen, more simple and predictable behaviour of onScreen, ne...Nils Schweinsberg1-52/+101
2009-11-29Module to ensure that a dragged window always stays in front of all other win...Jan Vornberger1-0/+62
2009-11-29Decoration that allows to switch the position of windows by dragging them ont...Jan Vornberger2-0/+153
2009-11-29A decoration with small buttons and a supporting moduleJan Vornberger2-0/+179
2009-12-05XMonad.Actions.Search: finally fixed the internet archive search plugingwern01-4/+1
2009-12-05XMonad.Actions.Search: in retrospect, a bit silly to make everyone go through...gwern01-2/+2
2009-12-03Prompt.hs: Corrected quit keybindingsTim Horton1-1/+2
2009-11-29Extended decoration module with more hooks and consolidated some existing onesJan Vornberger3-36/+50
2009-10-24Extended decoration theme to contain extra static text that always appears in...Jan Vornberger2-1/+6
2009-10-24Extended paintAndWrite to allow for multiple strings to be written into the r...Jan Vornberger3-14/+17
2009-10-24Added the alignment option 'AlignRightOffset'Jan Vornberger2-2/+3
2009-06-27Prevent windows from being decorated that are too small to contain decoration.Jan Vornberger1-3/+3
2009-11-26X.L.MouseResizableTile: keep draggers on the bottom of the window stack.Tomas Janousek1-0/+1
2009-11-23Implemented smarter system of managing borders for BorderResizeJan Vornberger1-42/+109
2009-11-21X.H.DynamicLog: fix xmonadPropLog double-encoding of UTF-8Tomas Janousek1-4/+4
2009-11-21X.H.DynamicLog: make documentation for 'dzen' and 'xmobar' slightly more clearBrent Yorgey1-3/+9
2009-11-19X.H.ManageDocks: ignore struts that cover an entire screen on that screenTomas Janousek1-5/+8
2009-11-19Use imported 'fi' in PositionStoreHooksAdam Vogt1-2/+1
2009-11-16Changed interface of X.U.ExtensibleStateDaniel Schoepe9-54/+54
2009-11-15PositionStoreFloat - a floating layout with support hooksJan Vornberger4-2/+195