Re: FVWM: two questions about icons
Jaimos Skriletz <[email protected]>
| Newsgroups | gmane.comp.window-managers.fvwm |
|---|---|
| Message-ID | <CAJabFbhBO8Qz8=_3_UDCSmi3_Y0W3X+z54DYjYAxZVDsqTDWFg@mail.gmail.com> |
On Fri, May 31, 2019 at 4:01 PM Ronald F. Guilmette <[email protected]> wrote: > > > In message <CAJabFbg3vihXkK3WaSHjjcYL-rPPvjn1P4zQdfhn0YxqXoO72g@mail.gmail.com> > Jaimos Skriletz <[email protected]> wrote: > > >If you don't like the icon provided by the application you can > >configure fvwm to use custom icons via the Icon Style (or > >WindowStyle). For example if you find a firefox icon and put it in > >your ImagePath, you can tell fvwm to use it for firefox as follows: > > > >Style firefox Icon firefox.png > > > >(you could also just use a full path for your icon specification). > This is probably because my memory is failing me (I wasn't able to double check what resource/class firefox uses these days). Use FvwmIdent or xprop and figure out the correct resource/class of firefox on your system and use that instead of 'firefox' in the Style line. https://fvwmforums.org/wiki/Config/Style/ One really needs to read the docs and understand what commands are doing in fvwm to make the most out of it. For a Style you need to ensure you match the name/class/resource of the window. jaimos