diff options
author | Squibid <me@zacharyscheiman.com> | 2024-03-30 14:55:57 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-03-30 14:55:57 -0400 |
commit | 30bea0c6c1b068cd00dc3429cffeeed3c6766b43 (patch) | |
tree | 3b3ad0c04367e7caf44d7d16123a028db3e6a72e /waytils.1 | |
download | waytils-30bea0c6c1b068cd00dc3429cffeeed3c6766b43.tar.gz waytils-30bea0c6c1b068cd00dc3429cffeeed3c6766b43.tar.bz2 waytils-30bea0c6c1b068cd00dc3429cffeeed3c6766b43.zip |
initial commit
Diffstat (limited to '')
-rw-r--r-- | waytils.1 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/waytils.1 b/waytils.1 new file mode 100644 index 0000000..5f688f5 --- /dev/null +++ b/waytils.1 @@ -0,0 +1,46 @@ +.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 +value of 1. +.Sh BUGS +Works on my machine. |