1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-27 18:21:52 -07:00

Merge pull request from aplaice/spawnonce_doc_link

Fix broken link in doc for XMonad.Util.SpawnOnce
This commit is contained in:
Tony Zorman
2022-10-27 07:45:48 +02:00
committed by GitHub

@@ -11,7 +11,7 @@
-- --
-- A module for spawning a command once, and only once. Useful to start -- A module for spawning a command once, and only once. Useful to start
-- status bars and make session settings inside startupHook. See also -- status bars and make session settings inside startupHook. See also
-- 'XMonad.Util.SessionStart' for a different and more flexible way to -- "XMonad.Util.SessionStart" for a different and more flexible way to
-- run commands only on first startup. -- run commands only on first startup.
-- --
----------------------------------------------------------------------------- -----------------------------------------------------------------------------