aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/CycleWS.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* X.A.CycleWS: export generalized 'doTo' function for performing an action on ↵Brent Yorgey2009-12-301-2/+8
| | | | | | | | a workspace relative to the current one Ignore-this: 7cf8efe7c45b501cbcea0943f667b77e darcs-hash:20091230191953-1e371-32fbdd9891ca3a8e55d6cc6427e7fed2c330f57b.gz
* X.A.CycleWS cycle by tag groupAnders Engstrom2009-11-151-0/+7
| | | | | | | Ignore-this: 909da8c00b47a31d04f59bd3751c60bc Allow grouping of workspaces, so that a user can cycle through those in the same group. Grouping is done by using a special character in the tag. darcs-hash:20091115130217-8978f-b0d053d44faa9b3d165b5f0b8c4aab3d27caca37.gz
* Refer to modm as the current modMaskAdam Vogt2009-10-221-13/+13
| | | | | | | | Ignore-this: d097c7dc1746c55e1d4078a7148f9d5a This makes the config suggestions consistent with the current template. darcs-hash:20091022041126-1499c-5dd63076fdd71a61276cfc8e648bada81d9cc586.gz
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-191-7/+5
| | | | | | | | | Ignore-this: b2255ec2754fcdf797b1ce2c082642ba This patch factors out commonly used direction types like data Direction darcs-hash:20090919191717-7f603-09c283e51a0b886d260008676d71e3daf31f4394.gz
* A.CycleWS: add toggleOrView fns, fix doc, prevent head exceptionWirt Wolff2009-08-171-3/+48
| | | | | | Ignore-this: 35acc32e696e665aca900721d309d1d3 darcs-hash:20090817215549-18562-ebaf740cc0846b99c78b8d62fa616d2864feadfa.gz
* X.A.CycleWS: convert tabs to spaces (closes #266)Roman Cheplyaka2009-01-271-2/+2
| | | | darcs-hash:20090127185604-3ebed-db1c1b6b33a83e58a9fa957f7222fce88db52e20.gz
* Implement HiddenNonEmptyWS with HiddenWS and NonEmptyWSJoachim Breitner2008-10-061-2/+3
| | | | | | (Just to reduce code duplication) darcs-hash:20081006211027-23c07-c89e895fb241d5c289348c3f35019edf9d56e380.gz
* Add straightforward HiddenWS to WSTypeJoachim Breitner2008-10-061-0/+3
| | | | | | With NonEmptyWS and HiddenNonEmptyWS present, HiddenWS is obviously missing. darcs-hash:20081006210548-23c07-4ddc29497068f5f4e4819960c0e1bd97bfd74812.gz
* cleanup - use currentTagDevin Mullins2008-09-211-1/+1
| | | | darcs-hash:20080921011159-78224-b0ac172560719cba3a1c41171d91e222a6fa1304.gz
* add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible.David Roundy2008-03-081-0/+3
| | | | darcs-hash:20080308223717-72aca-4700b3f3ae28b1ceef816965bbfa7a8c9ce8fa1b.gz
* add swapScreen to CycleWSits.sec2008-02-061-0/+17
| | | | | | * add support for swapping the workspaces on screens to CycleWS darcs-hash:20080206191032-07ee0-9f041fb517000089fe62ac0ca621af36e1745253.gz
* CycleWS: change example binding for toggleWS from mod-t to mod-z. example ↵Brent Yorgey2008-02-011-1/+1
| | | | | | bindings shouldn't conflict with default key bindings. darcs-hash:20080201202126-bd4d7-b8f30a97c7b6498e6e552df306b52511d9e50868.gz
* REMOVE RotView: use CycleWS instead.Brent Yorgey2008-02-011-13/+8
| | | | | | | See CycleWS docs for info on switching, or just look at the changes to XMonad.Config.Droundy. darcs-hash:20080201180618-bd4d7-7b4deec416c0afd7926b44652bd00cfede1e5e17.gz
* CycleWS: add more general functionality that now subsumes the functionality ↵Brent Yorgey2008-02-011-26/+167
| | | | | | of RotView. Now with parameterized workspace sorting and predicates! darcs-hash:20080201121524-bd4d7-e0cd1b3c150aa2fa58972305c5a7e4061747280e.gz
* shiftPrevScreen and shiftNextScreen, to make CycleWS consistentmail2007-12-311-1/+20
| | | | darcs-hash:20071231171609-c9905-843656222b29cf2f40922b243d78be02608a9a8a.gz
* -Wall policeSpencer Janssen2007-12-281-1/+1
| | | | darcs-hash:20071228061822-a5988-ebc65ed7eca5813a4a53d082a504709cad6b4936.gz
* Add support for cycling through screens to CycleWSmail2007-12-271-8/+33
| | | | darcs-hash:20071227182635-c9905-de6cc264b94f665c46400199836e8ce9ec7b146c.gz
* Factor workspace sorting into a separate moduleSpencer Janssen2007-12-221-8/+4
| | | | darcs-hash:20071222104114-a5988-bfd9059d0556a526c275b6d0e4a930103bd7d990.gz
* Remove XMonad.Operations importsSpencer Janssen2007-12-081-1/+0
| | | | darcs-hash:20071208000547-a5988-874ebc1bfa76ad6ec2191812240fa2303b2d531c.gz
* Remove redundant importsSpencer Janssen2007-12-081-2/+0
| | | | darcs-hash:20071207233827-a5988-9e41d51120499637f14d115f2cf1428edaf326bb.gz
* Haddock docs: modMask --> modMask xBrent Yorgey2007-11-241-7/+7
| | | | darcs-hash:20071124022635-bd4d7-16491e97f6ddf5d1a467379296696d6b26bd2721.gz
* CycleWS: haddock updatesBrent Yorgey2007-11-231-8/+3
| | | | darcs-hash:20071123201122-bd4d7-e836d43d567673c633d04e4b8fed0a96738aa3b4.gz
* HierarchifySpencer Janssen2007-11-011-0/+102
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz