]> git.lizzy.rs Git - bspwm.git/commitdiff
Mention `bspwmrc`'s argument in the right document
authorBastien Dejean <nihilhill@gmail.com>
Sat, 1 Aug 2020 18:23:02 +0000 (20:23 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Sat, 1 Aug 2020 18:23:02 +0000 (20:23 +0200)
README.md
doc/bspwm.1
doc/bspwm.1.asciidoc

index 991f68758ee4af34d42476acefdf3497dd7ada12..9c4737071aa4731c437dcab0d907e862bd0800db 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.
index b5171bebcc5797c9bc73ac63f32858ac47707a49..8d9603b185b562c82c1c7004115462a28eaa317a 100644 (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
index 9d2a42b12c9fb8b30fc054f151a46272a0b46f78..55a8f2e9bce803b047cf6a4376faa85022cd931a 100644 (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
 ---------------------