Corrected typo

This commit is contained in:
Serĉanto de Scio 2019-01-18 11:08:45 +10:00
parent 1cd0608921
commit 7cb5ff84a6
No known key found for this signature in database
GPG key ID: B41FA6FF04CE4B93

View file

@ -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"