slotThe
22aebcb26d
Replace 'fmap f $ fa' with 'f <$> fa', apply functor laws
2019-10-08 11:13:02 +02:00
slotThe
0b26ddf489
Replace liftM2 with liftA2
2019-10-08 10:41:14 +02:00
Daniel Wagner
daa2731d3d
eliminate references to defaultConfig
2013-05-28 00:58:25 +00:00
Adam Vogt
a33f355232
Update L.TrackFloating.useTransient example code
...
Suggest useTransient goes to the right of trackFloating which is the
configuration actually tested.
2013-01-12 04:12:39 +00:00
Adam Vogt
ced8f5e0f0
Adapt ideas of issue 306 patch to a new modifier in L.TrackFloating
2013-01-12 03:57:01 +00:00
Adam Vogt
a551d1367c
Restore TrackFloating behavior to an earlier version.
...
Thanks for liskni_si for pressing the matter: without this change it is very
broken, with the patch it is still not perfect but still useful.
2011-11-20 04:55:38 +00:00
Adam Vogt
b1ff22411d
X.L.TrackFloating docs and help nested layouts
...
Now TrackFloating remembers focus for the given layout when the other window is
also tiled, but not fed to the given layout: this helps with X.L.IM, among
others.
2010-10-30 17:56:15 +00:00
Adam Vogt
81d338952d
Fix bug in L.TrackFloating
...
Addresses the comment that:
If the focus goes from the floating layer to tiling by deleting a floating
window, it's again the master window that gets focus, not the remembered
window.
2010-10-30 00:06:20 +00:00
Adam Vogt
25889f2d0c
Add X.L.TrackFloating for tiled-floating focus issues ( #4 )
2010-10-16 16:55:36 +00:00