From a15eaa5d4a692352feebe11be81a7b6aa3c71f98 Mon Sep 17 00:00:00 2001 From: ramazanemreosmanoglu Date: Tue, 25 Oct 2022 19:52:57 +0300 Subject: [PATCH] Cool indentation fix on xmonad config. --- .config/xmonad/xmonad.hs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/xmonad/xmonad.hs b/.config/xmonad/xmonad.hs index 6594f0b..34615ad 100644 --- a/.config/xmonad/xmonad.hs +++ b/.config/xmonad/xmonad.hs @@ -25,14 +25,14 @@ main = do , ("M-", 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