From 2df78829b6c9df094a4c0517d9927f289fdd8b05 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Tue, 26 Mar 2024 12:04:57 +0100 Subject: [PATCH] feat(xmonad): Use BSP layout by default --- home/alex/programs/xmonad/config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/alex/programs/xmonad/config.hs b/home/alex/programs/xmonad/config.hs index c0d1cef..6a572b8 100644 --- a/home/alex/programs/xmonad/config.hs +++ b/home/alex/programs/xmonad/config.hs @@ -37,7 +37,7 @@ compileRestart resume = do executeFile (cacheDir dirs compiledConfig) False args Nothing ) -myLayout = smartBorders . borderResize . Docks.avoidStruts $ toggleLayouts emptyBSP Full +myLayout = smartBorders . borderResize . Docks.avoidStruts $ toggleLayouts Full emptyBSP main :: IO () main = getDirectories >>= launch myConfig