From: Bastien Dejean Date: Tue, 15 Jan 2019 17:06:48 +0000 (+0100) Subject: Require the paths to be absolute X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ab7e5abc260bfa555bc8407d7820b5dfafadf46e;p=bspwm.git Require the paths to be absolute Closes #901. --- diff --git a/doc/bspwm.1 b/doc/bspwm.1 index 068fba5..af49b50 100644 --- a/doc/bspwm.1 +++ b/doc/bspwm.1 @@ -2,12 +2,12 @@ .\" Title: bspwm .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" 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 .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 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 diff --git a/doc/bspwm.1.asciidoc b/doc/bspwm.1.asciidoc index 50c8adb..058022a 100644 --- a/doc/bspwm.1.asciidoc +++ b/doc/bspwm.1.asciidoc @@ -577,7 +577,7 @@ Commands Dump the current world state on standard output. *-l*, *--load-state* :: - Load a world state from the given file. + Load a world state from the given file. The path must be absolute. *-a*, *--add-monitor* 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*.