The question says it all really, is there a command that emulates Always On Top that you get by right clicking on window borders?
1 Answer
- Install
wmctrl - Open a terminal and type
wmctrl -l. You will see a list of windows and processes. - Type
wmctrl -i -r 0x01c00267 -b add,above. Replace0x01c00267with the window number you want to be on top.