[Discuss] KDE, task bar grouping
Dan Ritter
dsr at randomstring.org
Tue May 26 19:38:07 EDT 2026
Rich Pieri wrote:
> On Tue, 26 May 2026 16:15:41 -0400
> Dan Ritter <dsr at randomstring.org> 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-
More information about the Discuss
mailing list