Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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"?

share|improve this question

1 Answer

up vote 3 down vote accepted

Call my_window.stick().

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.