PDA

View Full Version : [gnome] Hide/show window



mrs.tort
September 28th, 2010, 07:33 PM
As a gnome completely hide the window using a console command? It is necessary that the windows would have been in the window list and it is not hidden in the tray.

mrs.tort
September 29th, 2010, 10:30 AM
Up

ankspo71
September 29th, 2010, 01:15 PM
Hi,
I didn't understand the question, so I will ask this...
Are you looking for a way to hide applications in the system tray?

Install "alltray" and give that a try. You can run alltray by itself in the system tray so you have quick access to hide any window you like. Or you can change your start menu entries so that the applications automatically go to the system tray every time, like this:

Example for Firefox:
alltray firefox

mrs.tort
September 29th, 2010, 01:24 PM
No, it's not what I need.

Frogs Hair
September 29th, 2010, 02:28 PM
Check the Opacify box in Compiz and this allows you to hide a window by hovering the arrow over the window you would like to view . Make sure normal desktop effects are enabled.

mrs.tort
October 29th, 2010, 10:20 PM
anyone have any ideas?

jbruced
October 29th, 2010, 10:42 PM
yes. my idea is to explain what you are trying to accomplish. i can't understand what you are trying to do.

mrs.tort
October 30th, 2010, 08:44 AM
I need to achieve the same result as the use of "alltray", but not using this program.

mrs.tort
November 2nd, 2010, 08:40 PM
Get window ID:

wmctrl -l

Hide window:

xdotool windowunmap ID

Show window:

xdotool windowmap ID