The question says it all really, is there a command that emulates Always On Top that you get by right clicking on window borders?
Asked
Active
Viewed 2,915 times
8
Arda
- 451
1 Answers
9
- 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.
Ed Villegas
- 3,543