diff options
author | June McEnroe <june@causal.agency> | 2020-09-04 18:41:04 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-09-04 18:41:04 -0400 |
commit | c738cb62a069f5b9dedde8730341edb45b7a3bbb (patch) | |
tree | 65f3da7530047a2b3091b089a8ae53c4daf01d57 /bin/man1 | |
parent | Build fbclock with -lz (diff) | |
download | src-c738cb62a069f5b9dedde8730341edb45b7a3bbb.tar.gz src-c738cb62a069f5b9dedde8730341edb45b7a3bbb.zip |
Add nudge
Diffstat (limited to '')
-rw-r--r-- | bin/man1/nudge.1 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/bin/man1/nudge.1 b/bin/man1/nudge.1 new file mode 100644 index 00000000..143a24ba --- /dev/null +++ b/bin/man1/nudge.1 @@ -0,0 +1,38 @@ +.Dd September 4, 2020 +.Dt NUDGE 1 +.Os +. +.Sh NAME +.Nm nudge +.Nd terminal vibrator +. +.Sh SYNOPSIS +.Nm +.Op Fl n Ar count +.Op Fl s Ar shake +.Op Fl t Ar delay +. +.Sh DESCRIPTION +The +.Nm +utility +nudges the terminal. +An +.Xr xterm 1 +compatible terminal is required. +. +.Pp +The arguments are as follows: +.Bl -tag -width Ds +.It Fl n Ar count +Set the number of times +to nudge the terminal. +The default is 2. +.It Fl s Ar shake +Set the shake intensity in pixels. +The default is 10. +.It Fl t Ar delay +Set the interval between shakes +in milliseconds. +The default is 20. +.El |