aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-24Use extensible-exceptions to allow base-3 or base-4Adam Vogt6-15/+19
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey45-68/+13
2010-02-01Corrected documentation in X.PromptDaniel Schoepe1-2/+2
2010-02-01Use Stack instead of list in X.Prompt.history*MatchingDaniel Schoepe1-21/+28
2010-02-01BluetileConfig: Fullscreen tweaks and border color changeJan Vornberger1-2/+5
2010-01-24A.CycleWindows replace partial rotUp and rotDown with safer versionsWirt Wolff1-3/+5
2010-01-24Use <+> instead of explicit M.union to merge keybindings in X.C.*Adam Vogt5-6/+6
2010-01-21Fix incorrect import suggestion in L.Tabbed (issue 362)Adam Vogt1-1/+1
2010-01-21Swap window ordering in L.Accordion (closes Issue 358). Thanks rsaarelm.Adam Vogt1-1/+1
2010-01-16use restart to restart xmonad (no longer bluetile)Jens Petersen1-2/+2
2010-01-16X.L.Decoration: avoid flicker by not showing decowins without rectanglesTomas Janousek1-1/+1
2010-01-14Add a way to cycle only through matching history entries in X.PromptDaniel Schoepe1-0/+40
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