[XMonad] Set border width to 0 for now
This commit is contained in:
parent
f5c3bfd74e
commit
3110b14ca7
@ -64,7 +64,7 @@ main =
|
||||
, terminal = "urxvt"
|
||||
, manageHook = myManageHook <+> manageHook def
|
||||
, layoutHook = myLayoutHook
|
||||
, borderWidth = 5
|
||||
, borderWidth = 0
|
||||
, normalBorderColor = "#000000"
|
||||
, focusedBorderColor = "#455a64"
|
||||
, logHook =
|
||||
|
Loading…
Reference in New Issue
Block a user