Tagged Questions
2
votes
3answers
2k views
How to make python window run as “Always On Top”?
I am running a little program in python that launches a small window that needs to stay on top of all the other windows. I believe this is OS specific, how is it done in GNU-Linux with GNOME?
[Update ...