Mention bspwmrc's argument in the right document

This commit is contained in:
Bastien Dejean 2020-08-01 20:23:02 +02:00
parent 1c795c3351
commit a9a2d00b26
3 changed files with 5 additions and 15 deletions

View file

@ -19,6 +19,8 @@ sxhkd --------> bspc <------> bspwm
The default configuration file is `$XDG_CONFIG_HOME/bspwm/bspwmrc`: this is simply a shell script that calls *bspc*.
An argument is passed to that script to indicate whether is was executed after a restart (`$1 -gt 0`) or not (`$1 -eq 0`).
Keyboard and pointer bindings are defined with [sxhkd](https://github.com/baskerville/sxhkd).
Example configuration files can be found in the [examples](examples) directory.

View file

@ -2,12 +2,12 @@
.\" Title: bspwm
.\" Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 07/28/2020
.\" Date: 08/01/2020
.\" Manual: Bspwm Manual
.\" Source: Bspwm 0.9.9-26-ga54ab70
.\" Source: Bspwm 0.9.9-33-g1c795c3
.\" Language: English
.\"
.TH "BSPWM" "1" "07/28/2020" "Bspwm 0\&.9\&.9\-26\-ga54ab70" "Bspwm Manual"
.TH "BSPWM" "1" "08/01/2020" "Bspwm 0\&.9\&.9\-33\-g1c795c3" "Bspwm Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@ -1601,11 +1601,6 @@ State of the focused node of a focused desktop\&.
.RS 4
Active flags of the focused node of a focused desktop\&.
.RE
.SH "CONFIGURATION FILE"
.sp
Its default path is \fI$XDG_CONFIG_HOME/bspwm/bspwmrc\fR\&.
.sp
An argument is passed to this script: the run level, a number which indicates whether it was launched after a restart (cf\&. \fIwm \-r\fR) or not\&.
.SH "ENVIRONMENT VARIABLES"
.PP
\fIBSPWM_SOCKET\fR

View file

@ -944,13 +944,6 @@ Each item has the form '<type><value>' where '<type>' is the first character of
'G(S?P?L?M?)'::
Active flags of the focused node of a focused desktop.
Configuration file
------------------
Its default path is '$XDG_CONFIG_HOME/bspwm/bspwmrc'.
An argument is passed to this script: the run level, a number which indicates whether it was launched after a restart (cf. 'wm -r') or not.
Environment Variables
---------------------