You are not logged in.

#1 2009-05-16 13:41:07

cetrox
Member
Registered: 2009-05-16
Posts: 2

[SOLVED] dzen2 + window titles

Hi all.

I am currently using xmonad along with dzen2 set up as my statusbar, and I am wondering if there's an easy way to remove the window title from the dzen bar.

I am very new to xmonad and dzen. The config I use is basically this, since I love the way dzen looks with it. However, I have no use for the window title of the current window to be displayed.

Thanks for any help.

Last edited by cetrox (2009-05-16 16:41:26)

Offline

#2 2009-05-16 16:12:15

arvixx
Member
Registered: 2009-05-11
Posts: 8

Re: [SOLVED] dzen2 + window titles

Try changing

                  , ppTitle   = dzenColor "white" "" . wrap "< " " >"

to

                  , ppTitle   = const ""

ppTitle is a function, that takes a string (the window title) as an argument. const "" basically says: whatever argument you give me, output an empty string.

Offline

#3 2009-05-16 16:41:00

cetrox
Member
Registered: 2009-05-16
Posts: 2

Re: [SOLVED] dzen2 + window titles

That did it, thanks! big_smile

Offline

Board footer

Powered by FluxBB