]> git.lizzy.rs Git - bspwm.git/commitdiff
Require the paths to be absolute
authorBastien Dejean <nihilhill@gmail.com>
Tue, 15 Jan 2019 17:06:48 +0000 (18:06 +0100)
committerBastien Dejean <nihilhill@gmail.com>
Tue, 15 Jan 2019 17:06:48 +0000 (18:06 +0100)
Closes #901.

doc/bspwm.1
doc/bspwm.1.asciidoc

index 068fba5ce97f008598ee151ee55ff87908fd7e3e..af49b5027c612da4f5f6d3e004d2bd2e5a4b90fc 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: bspwm
 .\"    Author: [see the "Author" section]
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 01/06/2019
+.\"      Date: 01/15/2019
 .\"    Manual: Bspwm Manual
-.\"    Source: Bspwm 0.9.5-27-g2c2faeb
+.\"    Source: Bspwm 0.9.5-28-g3e7f820
 .\"  Language: English
 .\"
-.TH "BSPWM" "1" "01/06/2019" "Bspwm 0\&.9\&.5\-27\-g2c2faeb" "Bspwm Manual"
+.TH "BSPWM" "1" "01/15/2019" "Bspwm 0\&.9\&.5\-28\-g3e7f820" "Bspwm Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -972,7 +972,7 @@ Dump the current world state on standard output\&.
 .PP
 \fB\-l\fR, \fB\-\-load\-state\fR <file_path>
 .RS 4
-Load a world state from the given file\&.
+Load a world state from the given file\&. The path must be absolute\&.
 .RE
 .PP
 \fB\-a\fR, \fB\-\-add\-monitor\fR <name> WxH+X+Y
@@ -1150,7 +1150,7 @@ Prefix prepended to each of the status lines\&.
 .PP
 \fIexternal_rules_command\fR
 .RS 4
-External command used to retrieve rule consequences\&. The command will receive the following arguments: window ID, class name, instance name, and intermediate consequences\&. The output of that command must have the following format:
+Absolute path to the command used to retrieve rule consequences\&. The command will receive the following arguments: window ID, class name, instance name, and intermediate consequences\&. The output of that command must have the following format:
 \fBkey1=value1 key2=value2 \&...\fR
 (the valid key/value pairs are given in the description of the
 \fIrule\fR
index 50c8adb27764fad569afda3a66a72b91732d6ba7..058022ab44bf99580ed3c16fdec265380297d5a6 100644 (file)
@@ -577,7 +577,7 @@ Commands
        Dump the current world state on standard output.
 
 *-l*, *--load-state* <file_path>::
-       Load a world state from the given file.
+       Load a world state from the given file. The path must be absolute.
 
 *-a*, *--add-monitor* <name> WxH+X+Y::
        Add a monitor for the given name and rectangle.
@@ -682,7 +682,7 @@ Global Settings
        Prefix prepended to each of the status lines.
 
 'external_rules_command'::
-       External command used to retrieve rule consequences. The command will receive the following arguments: window ID, class name, instance name, and intermediate consequences. The output of that command must have the following format: *key1=value1 key2=value2 ...* (the valid key/value pairs are given in the description of the 'rule' command).
+       Absolute path to the command used to retrieve rule consequences. The command will receive the following arguments: window ID, class name, instance name, and intermediate consequences. The output of that command must have the following format: *key1=value1 key2=value2 ...* (the valid key/value pairs are given in the description of the 'rule' command).
 
 'automatic_scheme'::
        The insertion scheme used when the insertion point is in automatic mode. Accept the following values: *longest_side*, *alternate*, *spiral*.