mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
usr/bin/byobu-select-session, usr/share/man/man1/byobu.1: support
"hiding" sessions, by prepending a "." to the session name, LP: #599334
This commit is contained in:
parent
2ea6e92783
commit
15ef9cb57e
3 changed files with 10 additions and 1 deletions
|
@ -91,6 +91,12 @@ Note that DATA=\fI$HOME/.byobu\fP.
|
|||
|
||||
\fBwifi_quality\fP \- the connection rate and signal quality of the wifi connection; displayed in the lower bar toward the right in black text on a cyan background; the connection rate is in 'Mb/s' and the signal quality is as a percentage with a trailing '%'
|
||||
|
||||
.SH SESSIONS
|
||||
|
||||
Byobu name screen sessions "byobu", if unspecified. To hide sessions from \fBbyobu-select-session\fP(1), prepend a "." to the beginning of the session name, like:
|
||||
|
||||
byobu -S .hidden
|
||||
|
||||
.SH WINDOWS
|
||||
|
||||
Each open window in the screen session is displayed in the upper bar toward the far left. These are numbered, and include indicators as to activity in the window (see "activity" in \fBscreen\fP(1) for symbol definitions). The current active window is highlighted by inverting the background/text from the rest of the window bar.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue