I have created a Pomodoro Timer which runs in a seperate terminal window. I want this timer to always remain on top of other windows.
While searching for an answer, I found this: How can I keep Terminal always on top of other windows?.
But, this would mean that whenever I run my script, I'll have to manually right click the title bar and select "Always on top".
I was wondering if there is a temporary terminal command for that (which I can add to my code), so that it can keep the particular terminal window on top. (and the setting resets on closing the terminal, i.e. it is not permanent.)
The answer is :
Thanks to this question