Re: FVWM: two questions about icons
Chris Siebenmann <[email protected]>
| Newsgroups | gmane.comp.window-managers.fvwm |
|---|---|
| Message-ID | <[email protected]> |
> On Wed, May 29, 2019 at 9:43 PM Ronald F. Guilmette > <[email protected]> wrote: > > > Greetings, > > > > First, the icon used to repreesent minimuzed Firefox windows is > > substantially larger than t was for the prior version(s) of fvwm > > that I had been accustomed to using. Since I tend to have a LOT > > of different brwosers windoes open and minimized on my screen, > > this is likely to cause me some consternation, over the long run. > > > > So, is there an alternative minimized icon available for Firefox? > > > > Fvwm doesn't come with a set of icons. Fvwm will honor the apps icon > that it provides via EWMH standards. This is also the case for xterm > or any other program. There is a tricky qualification on this, which is that applications can supply a range of sizes for their icons and Fvwm has a hard-coded default and maximum size it will use. I'm not sure if this default size has changed over time, but if it has, this is one of the potential causes. It's also possible that Firefox is now offering bigger icons and fvwm is picking them now that they're available. (I ran into this when I switched to a HiDPI display and started looking at why fvwm was now only using tiny icons even when various programs had larger ones available.) Interested parties can look at the various #define's related to icon size in fvwm/ewmh_icons.c in the source code. Unfortunately I don't think there's a way to set these in your fvwmrc, although maybe I overlooked some icon size settings in the manual page. - cks