Adjust window border width

This commit is contained in:
2023-05-21 18:25:51 +02:00
parent 1cd3f92aef
commit 19d81043c0

View File

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