
17 Jul
2007
17 Jul
'07
11:26 p.m.
kai:
Does anyone have ready-made code to show the name or title of the current window in the status bar?
Yeah, it gets asked fairly regularly. You use a loghook to inspect the focused windows' name, as in this post, http://article.gmane.org/gmane.comp.lang.haskell.xmonad/660 -- Don