micheleg / dash-to-dock

A dock for the Gnome Shell. This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
https://micheleg.github.io/dash-to-dock/
GNU General Public License v2.0
3.82k stars 463 forks source link

Add option to hide specific apps from taskbar #2194

Closed sergi0g closed 1 month ago

sergi0g commented 2 months ago

I have some apps which show windows that the user isn't meant to interact with. For example, an app that just pops up and closes if it loses focus.

  1. I would like to be able to hide a window from the dock completely if it matches a specific wmclass specified in settings
  2. Disable hiding taskbar if that window is touching its area

This would make it easier to use apps that "skip" the taskbar on X11, but can't on Wayland.

K1ngjulien commented 2 months ago

is that something relevant to dash-to-dock? seems to me that if this a bug(i.e works in x11 but not wayland), it should be fixed in gnome. otherwise the application should control showing and hiding in the taskbar itself, no?

if this is a feature request and not a bug, i doubt it makes sense in dash-to-dock you could probably implement this in a separate extension tho.

sergi0g commented 2 months ago

I understand. As far as I know, GNOME has no plans to address this issue, so I thought I'd ask here. I have adapted another GNOME extension to my use case and it is working fine (most of the time). I suppose this FR can be closed if it won't be addressed. Thank you.