brandon s allbery kf8nh
fad1411995
Have X.U.SpawnOnce
point to X.U.SessionStart
...
Just a simple doc change, but should make `X.U.SessionStart` more discoverable.
Closes #696 .
2022-03-24 20:18:49 -04:00
brandon s allbery kf8nh
125c945cc9
X.U.SpawnOnce: Document need for manageSpawn
...
Also, reexport `manageSpawn` for convenience.
2021-12-27 17:31:54 +01:00
slotThe
38c11c1e3c
Add "Description" field to module headers
...
Fixes: https://github.com/xmonad/xmonad-contrib/issues/592
2021-09-26 14:15:54 +02:00
Joan Milev
f732082fdc
Remove all derivations of Typeable
...
Typeable has been automatically derived for every type since GHC 7.10,
so remove these obsolete derivations. This also allows us to get rid of
the `DeriveDataTypeable` pragma quite naturally.
Related: https://github.com/xmonad/xmonad/pull/299 (xmonad/xmonad@9e5b16ed8a )
Related: bd5b969d9b
Fixes: https://github.com/xmonad/xmonad-contrib/issues/548
2021-06-18 14:10:23 +02:00
slotThe
bd5b969d9b
Apply hlint hints
...
All hints are applied in one single commit, as a commit per hint would
result in 80+ separate commits—tihs is really just too much noise.
Related: https://github.com/xmonad/xmonad-contrib/issues/537
2021-06-06 18:59:05 +02:00
slotThe
2469269119
New module: XMonad.Prelude
...
This is a convenience module in order to have less import noise. It
re-exports the following:
a) Commonly used modules in full (Data.Foldable, Data.Applicative, and
so on); though only those that play nicely with each other, so that
XMonad.Prelude can be imported unqualified without any problems.
This prevents things like `Prelude.(.)` and `Control.Category.(.)`
fighting with each other.
b) Helper functions that don't necessarily fit in any other module;
e.g., the often used abbreviation `fi = fromIntegral`.
2021-05-13 17:44:47 +02:00
Marc A. Saegesser
9c4dad9946
Add spawnOnOnce and related functions.
2018-03-30 13:43:05 -05:00
Adam Vogt
5e274b254e
Correct module header.
2010-03-30 18:10:29 +00:00
Daniel Schoepe
30a78d51e3
Changed interface of X.U.ExtensibleState
...
Changed the interface of X.U.ExtensibleState to resemble that of
Control.Monad.State and modified the modules that use it accordingly.
2009-11-16 17:10:13 +00:00
Daniel Schoepe
e14dcd9aa6
Minor style corrections in X.U.SpawnOnce
2009-11-09 20:15:43 +00:00
Spencer Janssen
df7ac47317
Add XMonad.Util.SpawnOnce
2009-11-07 17:38:20 +00:00