aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify A.WorkspaceCursors use of layout for state, add documentationAdam Vogt2009-07-051-72/+121
* Add A.WorkspaceCursors, a generalization of Plane to arbitrary dimensionsAdam Vogt2009-07-022-1/+171
* Refactor A.OnScreen to use Maybe MonadAdam Vogt2009-07-031-17/+14
* Added XMonad.Actions.OnScreenmail2009-07-021-0/+118
* Remove code duplication in X.A.CopyWindowDaniel Schoepe2009-07-021-9/+5
* X.A.Search: use the new canonical package URL for hackage searchBrent Yorgey2009-06-291-1/+1
* A.RandomBackground: Parameterize randomBg by a RandomColor dataAdam Vogt2009-06-291-16/+29
* Add A.RandomBackground, actions to start terminals with a random -bg optionAdam Vogt2009-06-271-0/+39
* X.A.Search: add Google "I'm feeling lucky" searchBrent Yorgey2009-06-251-3/+7
* Add ifWindow and ifWindows and simplify WindowGoDaniel Schoepe2009-06-251-25/+36
* Use -fwarn-tabs for test, remove tabsAdam Vogt2009-06-242-7/+7
* From A.Topicspace split functions for storing strings with root to U.StringPropAdam Vogt2009-06-231-41/+6
* Correct A.TopicSpace sample configAdam Vogt2009-06-231-1/+1
* Add shiftNthLastFocused to A.TopicSpaceAdam Vogt2009-06-231-1/+8
* Generalize Actions.SpawnOnDaniel Schoepe2009-06-221-8/+16
* update callers of safeSpawngwern02009-06-221-1/+1
* XMonad.Actions.WindowGo: switch to safeSpawn, since everyone just passes a pr...gwern02009-06-221-5/+6
* XMonad.Actions.WindowGo: improve haddocksgwern02009-06-221-13/+13
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-183-4/+4
* X.A.PhysicalScreens: fix typoRoman Cheplyaka2009-06-021-1/+1
* UpdatePointer - Don't warp while dragging with mouseAnders Engstrom2009-05-301-0/+3
* FlexibleResize - Resize from edge, don't move adjust at opposite edgeAnders Engstrom2009-05-301-21/+35
* FloatSnap - calculate gaps instead of snapping against unmanaged windowsAnders Engstrom2009-05-271-18/+13
* X.A.Search: add Wolfram|Alpha searchBrent Yorgey2009-05-251-3/+7
* A.FloatSnap snap to unmanaged docks tooAdam Vogt2009-05-251-3/+12
* FloatSnap fix maintainerAnders Engstrom2009-05-241-1/+1
* X.A.FloatSnap - More configuration for magic resize, adaption for mouse bindi...Anders Engstrom2009-05-241-22/+65
* X.A.FloatSnap - Assisted move/resize of windowsAnders Engstrom2009-05-241-0/+278
* submapDefault fix key leakageAnders Engstrom2009-04-261-2/+2
* X.A.TopicSpace: remove the allTopics lists from the configuration.Nicolas Pouillard2009-04-231-33/+37
* Update focus on mouse moves within inactive windowsDaniel Schoepe2009-04-071-0/+61
* Add TowardsCentre option to UpdatePointerAdam Vogt2009-03-221-3/+11
* Remove excess whitespace in A.UpdatePointerAdam Vogt2009-03-221-6/+5
* Update haddock description for Actions.GridSelectDaniel Schoepe2009-04-221-2/+2
* Mouse support for GridSelectDaniel Schoepe2009-04-101-1/+13
* Generalize GridSelect to arbitrary elementsDaniel Schoepe2009-04-091-80/+99
* New module: XMonad.Actions.TopicSpaceNicolas Pouillard2009-04-191-0/+331
* Add XMonad.Actions.PhysicalScreensnelhage2009-03-211-0/+88
* pointWithin has moved to the coreJoachim Breitner2008-10-081-6/+0
* UpdatePointer even to empty workspacesJoachim Breitner2008-10-071-22/+31
* SpawnOn: use doShift. This resolves problems where SpawnOn would shift the w...Spencer Janssen2009-02-191-1/+1
* SpawnOn: delete seen pidsSpencer Janssen2009-02-131-1/+4
* SpawnOn: add 'exec' to shell strings where possibleSpencer Janssen2009-02-131-1/+8
* +A.CycleWindows: bindings to cycle windows in new wayswirtwolff2009-02-071-0/+222
* XMonad.Actions.CopyWindow: fmt & qualify stackset importgwern02009-02-061-26/+25
* XMonad.Actions.CopyWindow runOrCopylan3ny2008-06-021-4/+26
* X.A.SpawnOn: add docsRoman Cheplyaka2009-02-041-10/+38
* Easier Colorizers for X.A.GridSelectquentin.moser2009-01-281-8/+54
* X.A.SpawOn: fix usage docRoman Cheplyaka2009-02-021-1/+1
* XMonad.Actions.Search: fix whitespace & tabsgwern02009-01-291-46/+43