mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -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
|
||||
.\" Author: [see the "Author" section]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||
.\" Date: 11/17/2015
|
||||
.\" Date: 11/22/2015
|
||||
.\" Manual: Bspwm Manual
|
||||
.\" Source: Bspwm 0.9
|
||||
.\" 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
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -667,27 +667,27 @@ query \fIOPTIONS\fR
|
|||
.PP
|
||||
\fB\-W\fR, \fB\-\-windows\fR
|
||||
.RS 4
|
||||
List matching windows\&.
|
||||
List the IDs of the matching windows\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-D\fR, \fB\-\-desktops\fR
|
||||
.RS 4
|
||||
List matching desktops\&.
|
||||
List the names of the matching desktops\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-M\fR, \fB\-\-monitors\fR
|
||||
.RS 4
|
||||
List matching monitors\&.
|
||||
List the names of the matching monitors\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-T\fR, \fB\-\-tree\fR
|
||||
.RS 4
|
||||
Print tree rooted at query\&.
|
||||
Print a JSON representation of the matching item\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-H\fR, \fB\-\-history\fR
|
||||
.RS 4
|
||||
Print the history as it relates to the query\&.
|
||||
Print the focus history as it relates to the query\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-S\fR, \fB\-\-stack\fR
|
||||
|
|
|
@ -404,19 +404,19 @@ query 'OPTIONS'
|
|||
Options
|
||||
^^^^^^^
|
||||
*-W*, *--windows*::
|
||||
List matching windows.
|
||||
List the IDs of the matching windows.
|
||||
|
||||
*-D*, *--desktops*::
|
||||
List matching desktops.
|
||||
List the names of the matching desktops.
|
||||
|
||||
*-M*, *--monitors*::
|
||||
List matching monitors.
|
||||
List the names of the matching monitors.
|
||||
|
||||
*-T*, *--tree*::
|
||||
Print tree rooted at query.
|
||||
Print a JSON representation of the matching item.
|
||||
|
||||
*-H*, *--history*::
|
||||
Print the history as it relates to the query.
|
||||
Print the focus history as it relates to the query.
|
||||
|
||||
*-S*, *--stack*::
|
||||
Print the window stacking order.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
export BSPWM_TREE=/tmp/bspwm.tree
|
||||
export BSPWM_HISTORY=/tmp/bspwm.history
|
||||
export BSPWM_STACK=/tmp/bspwm.stack
|
||||
export BSPWM_TREE=/tmp/bspwm-tree.json
|
||||
export BSPWM_HISTORY=/tmp/bspwm-history.txt
|
||||
export BSPWM_STACK=/tmp/bspwm-stack.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue