Update xmonad borderwidth to 3
This commit is contained in:
parent
4ccd091af1
commit
90c1c1436e
@ -28,7 +28,7 @@ main = xmonad
|
||||
myConfig = def
|
||||
{ terminal = "kitty tmux new"
|
||||
, modMask = mod1Mask
|
||||
, borderWidth = 1
|
||||
, borderWidth = 3
|
||||
, workspaces = myWorkspaces
|
||||
, layoutHook = myLayout
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user