Update xmonad borderwidth to 3

This commit is contained in:
Jacob Hinkle 2022-09-28 12:39:29 -04:00
parent 4ccd091af1
commit 90c1c1436e

View File

@ -28,7 +28,7 @@ main = xmonad
myConfig = def
{ terminal = "kitty tmux new"
, modMask = mod1Mask
, borderWidth = 1
, borderWidth = 3
, workspaces = myWorkspaces
, layoutHook = myLayout
}