Add XMonad.Util.SessionStart

This module provides a way to query the session startup.
Currently the flag has to be set by calling setSessionStarted in
the startupHook. The goal would be to merge this into xmonad at some
point and set the flag when the state file is read in, and remove the
need to manually set it.
This commit is contained in:
Markus Ongyerth
2017-06-25 12:07:23 +02:00
parent 12227d37ca
commit c8ce8dcd41
3 changed files with 73 additions and 0 deletions

View File

@@ -327,6 +327,7 @@ library
XMonad.Util.Run
XMonad.Util.Scratchpad
XMonad.Util.SpawnNamedPipe
XMonad.Util.SessionStart
XMonad.Util.SpawnOnce
XMonad.Util.Stack
XMonad.Util.StringProp