How can i add always on top option on deepin terminal ?
Tofloor
poster avatar
codehead
deepin
2017-01-25 04:35
Author
I am new to deepin. I want to add always on top option in deepin terminal and other softwares. How can i do it ?
Reply Favorite View the author
All Replies
ti******en@gmail.com
deepin
2017-01-25 12:16
#1
Hi

On most applications you can right-click on the title bar and click the 'Always on top' option. However some Deepin applications don't have this, maybe it's not implemented yet. But there is a workaround, you can install 'wmctrl' (if it isn't already installed).

You can do the following:
  1. wmctrl -r :SELECT: -b add,above
Copy the Code

Now you can select a window that you want to be on top.

For the terminal you can use:
  1. wmctrl -r :ACTIVE: -b add,above
Copy the Code

This will select the active window, thus the terminal.

Regards
Reply View the author
ti******en@gmail.com
deepin
2017-01-25 12:28
#2
Edited by timothyvda at 2017-1-25 04:33

You can also make a keyboard shortcut for this. This will be easier than using the command all the time.

open control center -> keyboard shortcuts


Reply View the author