mirror of
https://github.com/vale981/bspwm
synced 2025-03-04 17:31:39 -05:00
Mention bspwmrc
's argument in the right document
This commit is contained in:
parent
1c795c3351
commit
a9a2d00b26
3 changed files with 5 additions and 15 deletions
|
@ -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*.
|
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).
|
Keyboard and pointer bindings are defined with [sxhkd](https://github.com/baskerville/sxhkd).
|
||||||
|
|
||||||
Example configuration files can be found in the [examples](examples) directory.
|
Example configuration files can be found in the [examples](examples) directory.
|
||||||
|
|
11
doc/bspwm.1
11
doc/bspwm.1
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: bspwm
|
.\" Title: bspwm
|
||||||
.\" Author: [see the "Author" section]
|
.\" Author: [see the "Author" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||||
.\" Date: 07/28/2020
|
.\" Date: 08/01/2020
|
||||||
.\" Manual: Bspwm Manual
|
.\" Manual: Bspwm Manual
|
||||||
.\" Source: Bspwm 0.9.9-26-ga54ab70
|
.\" Source: Bspwm 0.9.9-33-g1c795c3
|
||||||
.\" Language: English
|
.\" 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
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -1601,11 +1601,6 @@ State of the focused node of a focused desktop\&.
|
||||||
.RS 4
|
.RS 4
|
||||||
Active flags of the focused node of a focused desktop\&.
|
Active flags of the focused node of a focused desktop\&.
|
||||||
.RE
|
.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"
|
.SH "ENVIRONMENT VARIABLES"
|
||||||
.PP
|
.PP
|
||||||
\fIBSPWM_SOCKET\fR
|
\fIBSPWM_SOCKET\fR
|
||||||
|
|
|
@ -944,13 +944,6 @@ Each item has the form '<type><value>' where '<type>' is the first character of
|
||||||
'G(S?P?L?M?)'::
|
'G(S?P?L?M?)'::
|
||||||
Active flags of the focused node of a focused desktop.
|
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
|
Environment Variables
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue