1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-30 03:31:51 -07:00
Commit Graph

1 Commits

Author SHA1 Message Date
L. S. Leary
a52e646cc1 Extract redundant layouts into new module: X.L.FocusTracking
X.L.StateFull's `FocusTracking` and the eponymous `TrackFloating` were
redundant, hence the former was slated for deprecation. However,
the latter and its host module are somewhat poorly named; the layout
modifier has little relation to floats. As such, it's renamed and
rehosted, becoming the eponymous `FocusTracking`.

The redundant offerings in the original modules are redefined in terms
of the new module where possible, and deprecated.

See: ; comments on , .
2023-02-12 20:20:52 +13:00