Answer the question
In order to leave comments, you need to log in
How to pin terminal in ubuntu?
Good afternoon!
Is it possible to pin the terminal so that it is always on top of the desktop? I've seen something like this somewhere. The man made the terminal the background of the desktop. Looks very comfortable.
Answer the question
In order to leave comments, you need to log in
sudo apt install tmux
If you're using tmux primarily for splitting the screen, then the only commands you really need are:
Ctrl-B % to split the screen vertically (one shell left, one shell right)
Ctrl-B" to split horizontally (one shell above, other shell below)
Ctrl-B O to activate another shell
Ctrl-B ? for help Ctrl- B
d to disconnect from Tmux, leaving it running in the background (use the tmux attach command to re-enter). ways to split a terminal window in Linux
Further on the title of the terminal emulator RMB-"always on top":
Just checked on Ubuntu 20.04 - everything works:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question