1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
.TH man 1 "2026-02-23" "0.16.0" "Profanity XMPP client"
.SH NAME
/wins
.SH DESCRIPTION
Manage windows. Passing no argument will list all currently active windows and information about their usage.
.SH SYNOPSIS
/wins
.LP
/wins unread
.LP
/wins attention
.LP
/wins prune
.LP
/wins swap <source> <target>
.LP
.SH ARGUMENTS
.PP
\fBunread\fR
.RS 4
List windows with unread messages.
.RE
.PP
\fBattention\fR
.RS 4
List windows that have been marked with the attention flag (alt+v). You can toggle between marked windows with alt+m.
.RE
.PP
\fBprune\fR
.RS 4
Close all windows with no unread messages.
.RE
.PP
\fBswap <source> <target>\fR
.RS 4
Swap windows, target may be an empty position.
.RE
|