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