didnt work trying again

This commit is contained in:
Sakooooo 2023-07-23 15:48:44 +03:00
parent 8383b930ff
commit 9657fce142
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -249,7 +249,9 @@ myStartupHook = do
-- Run xmonad with the settings you specify. No need to modify this.
--
main = xmonad defaults
main = do
xmproc <- spawnPipe "xmobar"
xmonad defaults
-- A structure containing your configuration settings, overriding
-- fields in the default config. Any you don't override, will
@ -258,8 +260,6 @@ main = xmonad defaults
-- No need to modify this.
--
defaults = def {
-- xmobar
xmproc <- spawnPipe "xmobar"
-- simple stuff
terminal = myTerminal,
focusFollowsMouse = myFocusFollowsMouse,