From e8c0385a8d685bbdebab97c69a1c1ecb0de8cc22 Mon Sep 17 00:00:00 2001 From: ramazanemreosmanoglu Date: Thu, 27 Oct 2022 11:02:31 +0300 Subject: [PATCH] Increase my gap size on xmonad. --- .config/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/xmonad/xmonad.hs b/.config/xmonad/xmonad.hs index 9e935bc..d6582e9 100644 --- a/.config/xmonad/xmonad.hs +++ b/.config/xmonad/xmonad.hs @@ -31,7 +31,7 @@ myEmacs = "emacsclient -c -a 'emacs' " myBrowser = "firefox" myTheme = naturalGreenTheme myLauncher = "rofi -show run" -myGapSize = 10 +myGapSize = 13 myStartupHook :: X () myStartupHook = do