diff options
author | June McEnroe <june@causal.agency> | 2020-02-12 21:31:09 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-12 21:31:09 -0500 |
commit | 9bed890aa889dad4c46b6d18fff8cbdac9feab1a (patch) | |
tree | d408ff3884efc17c440bec56ee8311aecaecbc62 /README.7 | |
parent | Document scripts in README (diff) | |
download | catgirl-9bed890aa889dad4c46b6d18fff8cbdac9feab1a.tar.gz catgirl-9bed890aa889dad4c46b6d18fff8cbdac9feab1a.zip |
Add sandman wrapper
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.7 b/README.7 index a942c40..9daf378 100644 --- a/README.7 +++ b/README.7 @@ -99,6 +99,19 @@ For example, PKG_CONFIG_PATH=/opt/libressl/lib/pkgconfig ./configure .Ed . +.Pp +The +.Nm sandman +wrapper is provided for macOS +to stop and start +.Nm +on system sleep and wake. +Install it as follows: +.Bd -literal -offset indent +make scripts/sandman +sudo make install-sandman +.Ed +. .Sh FILES .Bl -tag -width "complete.c" -compact .It Pa chat.h @@ -127,6 +140,8 @@ XDG base directories . .Pp .Bl -tag -width "scripts/notify-send.scpt" -compact +.It Pa scripts/sandman.m +sleep/wake wrapper for macOS .It Pa scripts/notify-send.scpt .Xr notify-send 1 in AppleScript |