E
E
europeexpress2021-02-26 15:24:57
linux
europeexpress, 2021-02-26 15:24:57

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

2 answer(s)
R
Ruslan Fedoseev, 2021-02-26
@martin74ua

man tmux

S
Sergey Karbivnichy, 2021-02-26
@hottabxp

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":
6038f6a199cb7281516828.jpeg
Just checked on Ubuntu 20.04 - everything works:
6038f6c69f6ba195038769.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question