Corrected typo
This commit is contained in:
parent
1cd0608921
commit
7cb5ff84a6
|
@ -25,7 +25,7 @@ main = do
|
||||||
-- Launch the music playing daemon
|
-- Launch the music playing daemon
|
||||||
spawn "mpd"
|
spawn "mpd"
|
||||||
-- Set the background wallpaper
|
-- Set the background wallpaper
|
||||||
spawn "feh --bg-scale ~/Documents/Images/Posters/MWTree_Toledano_6016.jpg
|
spawn "feh --bg-scale ~/Documents/Images/Posters/MWTree_Toledano_6016.jpg"
|
||||||
xmonad $ desktopConfig
|
xmonad $ desktopConfig
|
||||||
{ focusFollowsMouse = False
|
{ focusFollowsMouse = False
|
||||||
, terminal = "termonad"
|
, terminal = "termonad"
|
||||||
|
|
Loading…
Reference in a new issue