ti******[email protected]
2017-01-25 12:16 deepin
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:
Copy the Code
Now you can select a window that you want to be on top.
For the terminal you can use:
Copy the Code
This will select the active window, thus the terminal.
Regards
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:
- wmctrl -r :SELECT: -b add,above
Now you can select a window that you want to be on top.
For the terminal you can use:
- wmctrl -r :ACTIVE: -b add,above
This will select the active window, thus the terminal.
Regards
Reply Like 0 View the author