forked from colonelpanic/dotfiles
[XMonad] Set active border to yellow
This commit is contained in:
parent
53ef31a072
commit
fe05ed79cd
@ -75,9 +75,9 @@ myConfig = def
|
||||
, terminal = "termite"
|
||||
, manageHook = myManageHook <+> manageHook def
|
||||
, layoutHook = myLayoutHook
|
||||
, borderWidth = 2
|
||||
, borderWidth = 3
|
||||
, normalBorderColor = "#000000"
|
||||
, focusedBorderColor = "#455a64"
|
||||
, focusedBorderColor = "#ffff00"
|
||||
, logHook =
|
||||
updatePointer (0.5, 0.5) (0, 0) +++
|
||||
toggleFadeInactiveLogHook 0.9 +++ workspaceHistoryHook
|
||||
|
Loading…
Reference in New Issue
Block a user