[XMonad] Run wm.target at startup

This commit is contained in:
Ivan Malison 2016-10-03 17:14:42 -07:00
parent e6b2a313b4
commit a7aa50cb82
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -61,4 +61,5 @@ layouts = tiled ||| Full ||| multiCol [1, 1] 2 0.01 (-0.5)
myLayoutHook = avoidStruts . smartSpacing 10 . noBorders . minimize
. boringWindows . mkToggle (MIRROR ?? EOT) $ layouts
myStartup = startupHook def
myStartup = do
spawn "systemctl --user start wm.target"