You are not logged in.

#1 2010-04-28 17:57:43

sleepy
Member
Registered: 2010-04-19
Posts: 7

xmonad focused window border color? =)

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

#2 2010-04-28 18:41:36

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,799
Website

Re: xmonad focused window border color? =)

take a look here to see how simple your xmonad.hs can be, then look at the bottom of this to get the specific functions (variables) available in the main-do block.

Last edited by brisbin33 (2010-04-28 18:43:32)

Offline

#3 2010-04-28 18:43:31

evot
Member
From: Finland
Registered: 2010-02-26
Posts: 96

Re: xmonad focused window border color? =)

Something like this.

focusedBorderColor = myFocusedBorderColor
myFocusedBorderColor = "#FF0000"

For more information check out examples from xmonad.hs files. http://haskell.org/haskellwiki/Xmonad/Config_archive

Offline

Board footer

Powered by FluxBB