aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (follow)
Commit message (Expand)AuthorAgeFilesLines
* X.A.WorkspaceNames: convert tabs to spaces, cleanupBrent Yorgey2015-06-031-10/+10
* XMonad.Actions.WorkspaceName.workspaceNamePrompt is XMonad.Prompt.Workspace.w...Antoine Eiche2015-06-011-0/+19
* make X.A.Plane example config actually compileAdam Vogt2015-04-241-1/+2
* X.L.AvoidFloats, like avoidStruts but for floatsankaan2015-03-062-8/+89
* Add rearrangers to X.A.GridSelectDmitri Iouchtchenko2013-01-231-9/+59
* Avoid repainting elements in X.A.GridSelectDmitri Iouchtchenko2013-01-231-11/+21
* Give a name to the initial state in X.A.GridSelectDmitri Iouchtchenko2013-01-211-14/+14
* Generalize new workspace addition functions to support arbitrary insertion.nrujac2014-12-191-8/+32
* remove unused importsAdam Vogt2014-08-151-1/+1
* X.A.Navigation2D: add convenience functions for setting config & keybindingsDevin Mullins2014-10-021-7/+94
* reverse workspaces, so that switching to a dynamic workspace group restores t...nwfilardo2014-09-131-1/+1
* add-duck-duck-go-search-engineeniotna.t2014-06-171-2/+6
* X.Actions.DynamicWorkspaceGroups: export new function addRawWSGroupBrent Yorgey2014-04-281-1/+9
* XMonad.Actions.UpdatePointer: generalise updatePointerLiyang HU2013-07-301-45/+39
* XMonad.Actions.UpdatePointer: document TowardsCentreLiyang HU2013-07-301-1/+6
* Fix haddock parse error in X.A.LinkWorkspacesAdam Vogt2013-05-281-0/+1
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-2811-46/+65
* eliminate references to defaultConfigDaniel Wagner2013-05-2811-19/+19
* Remove trailing whitespace in X.A.LinkWorkspacesAdam Vogt2013-05-141-8/+8
* Update documentation of LinkWorkspaces Modulequesel2011-03-281-1/+1
* Added a module for linking workspacesquesel2011-02-101-0/+168
* SpawnOn modification for issue 523Adam Vogt2013-01-141-6/+11
* Make X.A.CycleWS not rely on hidden WS orderDmitri Iouchtchenko2013-01-091-9/+18
* Allow removing arbitrary workspacesDmitri Iouchtchenko2012-12-311-0/+1
* Remove first-hidden restriction from X.A.DynamicWorkspaces.removeWorkspace'Dmitri Iouchtchenko2012-12-311-7/+11
* X.A.Workscreen make the whole module description show up for haddockAdam Vogt2012-12-311-1/+1
* Note that an alternative to XMonad.Actions.ShowText is X.U.DzenAdam Vogt2012-12-311-1/+2
* Add X.A.DynamicWorkspaces.renameWorkspaceByName.Dmitri Iouchtchenko2012-12-271-5/+8
* Change type of X.A.ShowText.handleTimerEvent so example code typechecks.Adam Vogt2012-12-261-2/+4
* Describe arguments for X.A.ShowText.flashTextAdam Vogt2012-12-261-2/+5
* Add XMonad.Actions.ShowTextpastorelli.mario2012-12-251-0/+110
* Removes unused function spawnWithActions and redundant imports in XMonad.Acti...c.lopez2012-12-151-30/+8
* A.Launcher markup identifiers for haddock linksAdam Vogt2012-12-151-2/+2
* Removes LocateMode and LocateRegexMode from XMonad.Actions.Launcherc.lopez2012-12-141-52/+18
* Remove trailing whitespace.Adam Vogt2012-11-094-24/+24
* Use Control.Exception.catch explitly to avoid warningsAdam Vogt2012-11-091-3/+2
* Rename variables "state" to avoid warnings about shadowingAdam Vogt2012-11-091-2/+2
* Improves haddock documentationc.lopez2012-08-261-3/+4
* Fixes typos in Actions.Launcher haddock documentationc.lopez2012-08-111-21/+22
* Removes warnings, adds a browser value for LauncherConfig in haddock commentsc.lopez2012-06-281-4/+4
* Changes on XPrompt:c.lopez2012-06-281-0/+177
* A workscreen permits to display a set of workspaces on severalkedals02012-07-061-0/+109
* Fixed X.A.GridSelect to be consistent in the way it (now) sorts the shownJesper Reenberg2012-05-011-6/+34
* Minor haddock formatting for X.L.OnHost and X.A.DynamicWorkspaceOrderAdam Vogt2012-04-281-1/+1
* add 'withNthWorkspace' to DynamicWorkspaceOrder.jakob2012-04-071-1/+14
* GroupNavigation: fix import typo in usageJens Petersen2012-03-121-1/+1
* add sendToEmptyWorkspace to FindEmptyWorkspaceJens Petersen2012-03-121-1/+6
* Actions.WindowGo: typo fix - trim 's' per cub.uanic https://code.google.com/p...gwern02012-01-161-1/+1
* XMonad.Actions.PhysicalScreens: fix typo spotted by Chris Pick <haskell@chris...gwern02012-01-151-2/+1
* X.A.Navigation2DNorbert Zeh2011-12-081-0/+778