izidor
izidor

Reputation: 4144

Show PyGTK Window on all virtual desktops/workspaces

I am working on a timer which should after a certain time show a popup window. I want to force the user to accept the fact that the time is up.

I would like to set the window to be visible on all workspaces. I am able to set that property manually in a window manager but the application should do that.

How to ask a window manager to make a window "show on all workspaces"?

Upvotes: 4

Views: 613

Answers (1)

Sven Marnach
Sven Marnach

Reputation: 601679

Call my_window.stick().

Upvotes: 5

Related Questions