>>1512354I seem to have a bit of a problem
I'm currently running monsterwm with the 'initlayouts' and 'windowtitles' patches
The bar is screwing up for some reason
I've looked around and noticed that the $d and $w gets filled with a substring of the currently selected window title split by spaces and the $t only gets the last 'word' of the substring, where the substring is the window title minus the first word
eg.
Currently selected window title = "foo bar Firefox - Aurora"
the bar would display:
<workspaces/desktop> bar [bar] Firefox [Firefox] [-] Aurora [Aurora] Aurora <mpd, volume, date, time>
I've managed to 'fix' the one for $d so now it only displays the ones inside the brackets
by adding a 'default case *)' in the 'case/switch' statement
Here's what I have currently for status info:
http://sprunge.us/KbXzand monsterwm2bar:
http://sprunge.us/iLTA