Adjust window border width

master
Hektor Misplon 2023-05-21 18:25:51 +02:00
parent d37404af0c
commit f2dcf1e0e5
1 changed files with 1 additions and 1 deletions

View File

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