aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/SpawnOn.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-16Changed interface of X.U.ExtensibleStateDaniel Schoepe1-3/+3
Ignore-this: 9a830f9341e461628974890bab0bd65b Changed the interface of X.U.ExtensibleState to resemble that of Control.Monad.State and modified the modules that use it accordingly. darcs-hash:20091116171013-7f603-0631dc163d78785b123bc10164ee3295add28b60.gz
2009-11-06Use X.U.ExtensibleState instead of IORefsDaniel Schoepe1-27/+28
Ignore-this: e0e80e31e51dfe76f2b2ed597892cbba This patch changes SpawnOn, DynamicHooks and UrgencyHooks to use X.U.ExtensibleState instead of IORefs. This simplifies the usage of those modules thus also breaking current configs. darcs-hash:20091106115601-7f603-4e2ce344aca377c5c4409b139ad35ca4b1311185.gz
2009-06-22Generalize Actions.SpawnOnDaniel Schoepe1-8/+16
Ignore-this: 8cfd0a4664ece5d721f52c59d4759a5f Actions.SpawnOn can now be used to execute arbitrary manage hooks on the windows spawned by a command(e.g. start a terminal of specific size or floated). darcs-hash:20090622183825-7f603-bde3b3838ac61753f9dfa15529e4303ae9f1fd88.gz
2009-02-19SpawnOn: use doShift. This resolves problems where SpawnOn would shift the ↵Spencer Janssen1-1/+1
wrong window Ignore-this: 6ae639a638db8eff77203f3f2e481a4e darcs-hash:20090219041856-25a6b-86d011dc6e3891d7b1ea2099ebda8c6416b96fd7.gz
2009-02-13SpawnOn: delete seen pidsSpencer Janssen1-1/+4
Ignore-this: 8b15a60bba1edf1bab5fb77ac54eb12f darcs-hash:20090213013011-25a6b-279244c622ea2066d94725e40434b81c4cdec1c0.gz
2009-02-13SpawnOn: add 'exec' to shell strings where possibleSpencer Janssen1-1/+8
Ignore-this: c7de4e05803d60b10f38004dcbda4732 darcs-hash:20090212234608-25a6b-50ee5321e891aa595cd247ac2e4823f08df266f3.gz
2009-02-04X.A.SpawnOn: add docsRoman Cheplyaka1-10/+38
Add more documentation, including documentation from X.U.SpawnOnWorkspace by Daniel Schoepe. darcs-hash:20090204102424-3ebed-b91defc4d2c2736838f75d2ee7e9f98005903d27.gz
2009-02-02X.A.SpawOn: fix usage docRoman Cheplyaka1-1/+1
darcs-hash:20090202102042-3ebed-8ff75eda60ff276f76c3ef69fe0854b27675c424.gz
2009-01-25Use currentTag, thanks asgarothSpencer Janssen1-2/+1
Ignore-this: dd1a3d96038de6479eca3b9798d38437 darcs-hash:20090125213331-25a6b-52d5f9d6094eed0fdfc88129057ba5319d0bf5f9.gz
2009-01-17Add XMonad.Actions.SpawnOnSpencer Janssen1-0/+77
Ignore-this: 63869d1ab11f2ed5aab1690763065800 darcs-hash:20090117040432-25a6b-306aa18fed69a47197ca8c349cf6452939db5188.gz