summaryrefslogtreecommitdiffstats
path: root/waytils.1
blob: 0398ddb9451f58ff9bb0ed48897d6fa43224ba49 (plain) (blame)
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
.Dd February 16, 2024
.Dt WAYTILS 1
.Sh NAME
.Nm waytils
.Nd information about the current wayland session
.Os
.Sh SYNOPSIS
.Nm
.Op Fl v
.Op Fl h
.Sh DESCRIPTION
.Nm
is a small program to check information about the current wayland session.
.Nm
requires a compositor that implements the following protocols:
.TS
tab(;) allbox;
c;c.
 Protocol; Version
Idle Inhibit; 1
XDG Shell Client; 1
Idle Notify; 1
.TE
.Sh OPTIONS
.Pp
When given the
.Fl v
option,
.Nm
writes it's name and version to standard error and exits with a return value of
1.
.Pp
When given the
.Fl h
option,
.Nm
displays some information about flags to standard error and exits with a return
.Pp
When given the
.Fl f
option,
.Nm
forks into the background, and the parent process returns 0.
.Sh BUGS
Works on my machine.