You are not logged in.
hey guys,
kind of a xmonad noob, but loving it. currently my focused window's border color is red, which variable do you usually change to swap the colors? tried a few things but nothing worked. should I post my .hs?
thanks
sleepy 1
Offline
Offline
Something like this.
focusedBorderColor = myFocusedBorderColormyFocusedBorderColor = "#FF0000"For more information check out examples from xmonad.hs files. http://haskell.org/haskellwiki/Xmonad/Config_archive
Offline