Rich Pieri wrote: > On Tue, 26 May 2026 16:15:41 -0400 > Dan Ritter <[email protected]> wrote: > > > If it's all based on executable name, you could add some > > symlinks. > > > > ff-tix, ff-dis, ff-gen, etc... > > That is the first thing I tried. Second is hard links. No luck with > either. It's picking up something else but I'm not sure what or how to > change it.
I couldn't find the source for the current window manager widget, but I found the one that introduced the feature four-ish years ago. Looks like it asks X (or, I guess, Wayland) for the window application name, e.g. what gets used in xrdb as the application identifier: XTerm.vt100.bellIsUrgent: true ^^^^^ Likely the WM_CLASS atom. https://tronche.com/gui/x/xlib/ICC/ I don't think you can convince Firefox to set that differently per-profile. Sorry. -dsr- _______________________________________________ Discuss mailing list [email protected] https://lists.blu.org/mailman/listinfo/discuss
