You are not logged in.


Hi,
I've been looking for a way to exclude an application from appearing on the windows buttons panel, if this something can be either;
a) done by my application
b) done by an external application to a window.
c) some other method.
or
Will I have to compile my own Xfce4 "Window Buttons" writing the feature myself?
Offline


Hello and welcome.
You could use xdotool:
xdotool getactivewindow windowstate --add SKIP_TASKBAR...add this command to a keyboard shortcut and press the shortcut to remove the currently active/focused window from the taskbar.
If you want to automate it, you could use an application like devilspie (or devilspie2) that sits in the background monitoring window events and when a certain event happens (e.g. a specific application opens), it initiates an action (like removing it from the taskbar).
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 540.24 KiB (Peak: 549.67 KiB) ]