[XMonad] Remove startup hook

This commit is contained in:
Ivan Malison 2016-10-02 08:27:18 -07:00
parent 0ca295a2b4
commit 7d308b3143
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -59,13 +59,4 @@ layouts = tiled ||| Full ||| multiCol [1, 1] 2 0.01 (-0.5)
myLayoutHook = avoidStruts . smartSpacing 10 . noBorders
. mkToggle (MIRROR ?? EOT) $ layouts
myStartup = do
spawn "systemctl --user isolate wm.target"
spawn "xsetroot -solid black"
-- TODO: Figure out how to set different backgrounds for different x
-- monitors
-- spawn "feh --bg-scale /usr/share/backgrounds/gnome/Blinds.jpg"
-- Local Variables:
-- flycheck-ghc-args: ("-Wno-missing-signatures")
-- End:
myStartup = startupHook def