users/xmonad: do not use startup hook to spawn programs
This commit is contained in:
parent
d3a06a390c
commit
0d72316924
1 changed files with 1 additions and 3 deletions
|
@ -180,9 +180,7 @@ myLayout = avoidStruts . smartBorders $ (Mirror tiled ||| tiled ||| column3 |||
|
|||
-- per-workspace layout choices.
|
||||
--
|
||||
-- By default, do nothing.
|
||||
myStartupHook = do
|
||||
spawn "kotatogram-desktop"
|
||||
spawn "nheko"
|
||||
myStartupHook = return ()
|
||||
|
||||
------------------------------------------------------------------------
|
||||
-- Status bars and logging
|
||||
|
|
Loading…
Reference in a new issue