diff options
author | Squibid <me@zacharyscheiman.com> | 2024-02-20 20:49:57 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-02-20 21:39:29 -0500 |
commit | f6475ab4cee0b824a6cc48bfc8f59bb5238df1d8 (patch) | |
tree | 2ad2f7626b0ec658aadc4487cab82863e4e94a70 /wiz.1 | |
download | wiz-f6475ab4cee0b824a6cc48bfc8f59bb5238df1d8.tar.gz wiz-f6475ab4cee0b824a6cc48bfc8f59bb5238df1d8.tar.bz2 wiz-f6475ab4cee0b824a6cc48bfc8f59bb5238df1d8.zip |
initial commit
Diffstat (limited to '')
-rw-r--r-- | wiz.1 | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -0,0 +1,33 @@ +.Dd February 16, 2024 +.Dt WIZ 1 +.Sh NAME +.Nm wiz +.Nd Wayland Is ZZZing +.Os +.Sh SYNOPSIS +.Nm +.Op Fl v +.Op Fl h +.Sh DESCRIPTION +.Nm +is an idle event manager for wayland. In order to work +.Nm +requires a compositor that implements the Idle Notify protocol. +.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 +value of 1. +.Sh SEE ALSO +.Xr swayidle 1 +.Sh BUGS +Works on my machine. |