What can I do for hiding a program icon from the notification bar and Unity Launcher?
Asked
Active
Viewed 3,762 times
2 Answers
1
You can hide icon of running program from Launcher using CompizConfig Settings Manager.
To install it run:
sudo apt-get install compizconfig-settings-manager
To launch run:
ccsm
Then go to section Windows Management, enable Windows Rules. Then choose it, and add this line into "Skip Taskbar":
title=nameofwindow
Replace nameofwindow with the title of the window you want to hide.
Boris Lubimov
- 173