What would be the command line equivalent of "always on top" option on windows?

The question says it all really, is there a command that emulates Always On Top that you get by right clicking on window borders?

4

1 Answer

  1. Install wmctrl
  2. Open a terminal and type wmctrl -l. You will see a list of windows and processes.
  3. Type wmctrl -i -r 0x01c00267 -b add,above. Replace 0x01c00267 with the window number you want to be on top.
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like