I want my calculator to always appear on the visible workspace. Right now, I have to right click its title bar every time I open it and check the option, but I know earlier versions of Compiz allowed me to make this automatic for every instance of specified programs. Is there still a way to do this, and if so, how?
Asked
Active
Viewed 6,073 times
1 Answers
18
Install
compizconfig-settings-manager
if you haven't already.Open CompizConfig Settings Manager and enable the Window Rules plugin:
In the Window Rules plugin, enter
class=Gcalctool
(If you are using a different calculator find out the class name by clicking the + button and then using the Grab feature).Your calculator should now be visible on every workspace:
compiz-plugins
for Window Rules to show up. – Raphael Jan 06 '14 at 11:51sudo apt-get install compiz-plugins
– jackw11111 Jul 19 '19 at 03:57