Results 55 comments of Joe Wingbermuehle

It's still possible to specify xbm images (or any image format that JWM supports) for title bar icons (see http://joewing.net/projects/jwm/config.shtml#other). There is a good amount of code to draw the...

@technosaurus, I'm not sure what code you're looking at. There is no 3.0 and xbms seem to work in master. I think I might have had a horribly broken, experimental...

Thanks for the fix! I was loading an XPM instead of an XBM, so I thought it was working when it wasn't. It seems to actually work now.

I don't believe this was ever implemented.

I'm not sure why the issue was closed, but it should probably be open if there's interest. I wasn't planning on implementing this (I forgot it existed). Unfortunately, I can't...

Making long title names cut off in a more natural way is something that would be nice. I think it should probably end on full-letter boundaries and possibly insert ellipses....

As far as inactive items in the task list are concerned, you can have a different style for those than the rest of the tray. For example: ``` xml green...

I'll need to look into this more, but I'm guessing that JWM is forgetting that the window is supposed to be maximized.

I think this should work better as of commit 0bb715ae32b14af31c81e8b8658bbdd3d630bb82 The way JWM was handling tray positioning was somewhat broken, but it should work better now. Now JWM will use...

Thanks for looking into that so quickly! I think I understand what's going on (it was using the root width for sizing the tray, which is wrong). So I pushed...