Xfce Forum

Sub domains
 

You are not logged in.

#1 2018-11-25 23:57:29

mleo40
Member
Registered: 2015-09-24
Posts: 8

hiding apps from panel/window buttons

I'd like to hide my Cisco Anyconnect client once i've made a connection....is there a way to have the panel (i think the window buttons area) to ignore and not display certain apps from showing up?

thanks

Offline

#2 2018-11-26 00:07:13

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,023

Re: hiding apps from panel/window buttons

Manually, you can use wmctrl:

wmctrl -r :SELECT: -b add,skip_taskbar

...and when prompted with the cross cursor select the window that you want hidden from taskbar.

To automate it, you could use a tool like devilspie and a .ds file like:

(if (is (application_name) "APPNAME")
        (begin
                (skip_tasklist)
        )
)

...where APPNAME is the name of the app (which you can get from running devilspie in debug mode: "devilspie -d").


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

#3 2018-11-26 00:56:43

mleo40
Member
Registered: 2015-09-24
Posts: 8

Re: hiding apps from panel/window buttons

fascinating!!  I will look into this...thanks

Offline

Board footer

Powered by FluxBB