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