You are not logged in.
Pages: 1
i was wondering if there is some way to "blacklist" applications to dont appear on my panel
example:
i want a gnome-terminal instance, but i want it to appear invisible on the panel
sorry if this was posted before , i found nothing about it
Offline
You could do this via wmctrl using a command like:
wmctrl -r :SELECT: -b toggle,skip_taskbar
...and then clicking on the terminal window.
Or bind:
wmctrl -r :ACTIVE: -b toggle,skip_taskbar
...to a keyboard shortcut and press this shortcut to affect the active window (note, since its a toggle, you can press the shortcut again to bring it back up on the panel).
To automate this you could use devilspie or devilspie2.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
thanks ToZ <3 exactly what i was looking for
Offline
Had the same issue with my Anyconnect client. It would appear in the notification panel AND my taskbar. Never even occured to me to look in wmctrl. Thanks ToZ!
Last edited by Troglodyte (2020-07-10 22:08:25)
Offline
Pages: 1
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 523.66 KiB (Peak: 529.84 KiB) ]