Adjust window border width

This commit is contained in:
2023-05-21 18:25:51 +02:00
parent d37404af0c
commit f2dcf1e0e5

View File

@@ -118,7 +118,7 @@ myConfig =
-- Styling
focusedBorderColor = "#000",
normalBorderColor = "#0000",
borderWidth = 2,
borderWidth = 4,
-- Hooks
manageHook = myManageHook <+> manageHook def,
layoutHook = avoidStruts myLayoutHook,