From 7d308b3143b181634bb9b7244bf6fb3b96184ca2 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 2 Oct 2016 08:27:18 -0700 Subject: [PATCH] [XMonad] Remove startup hook --- dotfiles/xmonad/xmonad.hs | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index f56cfbdf..281b20b9 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -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