users/xmonad: do not use startup hook to spawn programs

This commit is contained in:
Dmitriy Pleshevskiy 2022-11-17 23:14:21 +03:00
parent d3a06a390c
commit 0d72316924
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -180,9 +180,7 @@ myLayout = avoidStruts . smartBorders $ (Mirror tiled ||| tiled ||| column3 |||
-- per-workspace layout choices. -- per-workspace layout choices.
-- --
-- By default, do nothing. -- By default, do nothing.
myStartupHook = do myStartupHook = return ()
spawn "kotatogram-desktop"
spawn "nheko"
------------------------------------------------------------------------ ------------------------------------------------------------------------
-- Status bars and logging -- Status bars and logging