Cool indentation fix on xmonad config.

This commit is contained in:
ramazanemreosmanoglu 2022-10-25 19:52:57 +03:00
parent 06d1f54731
commit a15eaa5d4a

View file

@ -25,14 +25,14 @@ main = do
, ("M-<Return>", spawn myTerminal)
]
myTerminal = "alacritty"
myModMask = mod4Mask
myBorderWidth = 5
myEmacs = "emacsclient -c -a 'emacs' "
myBrowser = "firefox"
myTerminal = "alacritty"
myModMask = mod4Mask
myBorderWidth = 5
myEmacs = "emacsclient -c -a 'emacs' "
myBrowser = "firefox"
myFocusedBorderColor = "#749F82"
myNormalBorderColor = "#425F57"
myWallpaper = "/home/reo/Videos/wp-hs.png"
myNormalBorderColor = "#425F57"
myWallpaper = "/home/reo/Videos/wp-hs.png"
myStartupHook :: X ()
myStartupHook = do