forked from MadcowOG/dwl-state
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dwl-state.1
71 lines (71 loc) · 1.6 KB
/
dwl-state.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.TH dwl-state 1
.SH NAME
dwl-state \- Command-line tool to retrieve dwl state.
.SH SYNOPSIS
.B dwl-state
.RB [\-vhoOtTeEaAsilLfcp]
.SH DESCRIPTION
dwl-state is a comand-line tool to retrieve the state of dwl using the ipc protocol.
.SH OPTIONS
.TP
.B \-v
Print the version and exit.
.TP
.B \-h
Print this message.
.SS Nouns
.TP
.B \-t [tag index]
Filter to a specific tag based on index.
.TP
.B \-T
Filter to all tags for an output.
.TP
.B \-o [output name]
Filter to a specific output based on name.
.TP
.B \-O
Filter to all outputs, use along to print output names. Use with no verbs to print monitor names.
.TP
.B \-a
Filter to the active output.
.TP
.B \-A
Filter to the active tag.
.TP
.B \-E
Filter to all outputs and all tags same as -O and -T.
.SS Global Verbs
.TP
.B \-L
Print available layout names.
.TP
.B \-s
Print the state of the object, tags if specified, output if no tags.
.TP
.B \-e
Print all information about a specified object, if no objects like tags or outputs specifed then print everything.
.TP
.B \-n
Print information without labels.
.SS Output Verbs
.TP
.B \-p
Get the appid of an output, if none specified get the active output.
.TP
.B \-i
Get the title of an output, if none specified get the active output.
.TP
.B \-l
Get the current layout of an output, if none specified get the active output.
.SS Tag Verbs
.TP
.B \-f
Get the focused state of a specifed tag, if none specified get the active tag.
.TP
.B \-c
Get the client amount of a specified tag, if none specified get the active tag.
.SH SEE ALSO
.BR dwl (1)
.SH BUGS
Please open an issue at https://github.com/MacowOG/dwl-bar if you encounter any bugs.