mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Update the documentation regarding query/restore
This commit is contained in:
parent
ad8c102fa5
commit
390a6c1ee7
3 changed files with 15 additions and 15 deletions
14
doc/bspwm.1
14
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 v1.78.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 11/17/2015
|
.\" Date: 11/22/2015
|
||||||
.\" Manual: Bspwm Manual
|
.\" Manual: Bspwm Manual
|
||||||
.\" Source: Bspwm 0.9
|
.\" Source: Bspwm 0.9
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "BSPWM" "1" "11/17/2015" "Bspwm 0\&.9" "Bspwm Manual"
|
.TH "BSPWM" "1" "11/22/2015" "Bspwm 0\&.9" "Bspwm Manual"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -667,27 +667,27 @@ query \fIOPTIONS\fR
|
||||||
.PP
|
.PP
|
||||||
\fB\-W\fR, \fB\-\-windows\fR
|
\fB\-W\fR, \fB\-\-windows\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
List matching windows\&.
|
List the IDs of the matching windows\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-D\fR, \fB\-\-desktops\fR
|
\fB\-D\fR, \fB\-\-desktops\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
List matching desktops\&.
|
List the names of the matching desktops\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-M\fR, \fB\-\-monitors\fR
|
\fB\-M\fR, \fB\-\-monitors\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
List matching monitors\&.
|
List the names of the matching monitors\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-T\fR, \fB\-\-tree\fR
|
\fB\-T\fR, \fB\-\-tree\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Print tree rooted at query\&.
|
Print a JSON representation of the matching item\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-H\fR, \fB\-\-history\fR
|
\fB\-H\fR, \fB\-\-history\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Print the history as it relates to the query\&.
|
Print the focus history as it relates to the query\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-S\fR, \fB\-\-stack\fR
|
\fB\-S\fR, \fB\-\-stack\fR
|
||||||
|
|
|
@ -404,19 +404,19 @@ query 'OPTIONS'
|
||||||
Options
|
Options
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
*-W*, *--windows*::
|
*-W*, *--windows*::
|
||||||
List matching windows.
|
List the IDs of the matching windows.
|
||||||
|
|
||||||
*-D*, *--desktops*::
|
*-D*, *--desktops*::
|
||||||
List matching desktops.
|
List the names of the matching desktops.
|
||||||
|
|
||||||
*-M*, *--monitors*::
|
*-M*, *--monitors*::
|
||||||
List matching monitors.
|
List the names of the matching monitors.
|
||||||
|
|
||||||
*-T*, *--tree*::
|
*-T*, *--tree*::
|
||||||
Print tree rooted at query.
|
Print a JSON representation of the matching item.
|
||||||
|
|
||||||
*-H*, *--history*::
|
*-H*, *--history*::
|
||||||
Print the history as it relates to the query.
|
Print the focus history as it relates to the query.
|
||||||
|
|
||||||
*-S*, *--stack*::
|
*-S*, *--stack*::
|
||||||
Print the window stacking order.
|
Print the window stacking order.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
export BSPWM_TREE=/tmp/bspwm.tree
|
export BSPWM_TREE=/tmp/bspwm-tree.json
|
||||||
export BSPWM_HISTORY=/tmp/bspwm.history
|
export BSPWM_HISTORY=/tmp/bspwm-history.txt
|
||||||
export BSPWM_STACK=/tmp/bspwm.stack
|
export BSPWM_STACK=/tmp/bspwm-stack.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue