Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config option record_history #917

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions doc/bspwm.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/29/2019
.\" Manual: Bspwm Manual
.\" Source: Bspwm 0.9.5-35-g32ff624
.\" Source: Bspwm 0.9.5-38-gba5cafc
.\" Language: English
.\"
.TH "BSPWM" "1" "01/29/2019" "Bspwm 0\&.9\&.5\-35\-g32ff624" "Bspwm Manual"
.TH "BSPWM" "1" "01/29/2019" "Bspwm 0\&.9\&.5\-38\-gba5cafc" "Bspwm Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -992,7 +992,7 @@ Manage all the unmanaged windows remaining from a previous session\&.
.PP
\fB\-h\fR, \fB\-\-record\-history\fR on|off
.RS 4
Enable or disable the recording of node focus history\&.
Copy link
Contributor

@emanuele6 emanuele6 Sep 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should edit the asciidoc file, not the man page directly: this change will be overwritten when the man page is recompiled with make doc.

Enable or disable the record_history config option
.RE
.PP
\fB\-g\fR, \fB\-\-get\-status\fR
Expand Down Expand Up @@ -1336,6 +1336,11 @@ Remove unplugged monitors\&.
.RS 4
Merge overlapping monitors (the bigger remains)\&.
.RE
.PP
\fIrecord_history\fR
.RS 4
Enable or disable the recording of node focus history\&.
.RE
.SS "Monitor and Desktop Settings"
.PP
\fItop_padding\fR, \fIright_padding\fR, \fIbottom_padding\fR, \fIleft_padding\fR
Expand Down