9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] Clarify riow manpage and usage message to indicate that multiple labels can be specified to be stickied, along with explicitly stating which labels are prestickied
@ 2023-11-22 23:11 Blue-Maned_Hawk
  0 siblings, 0 replies; only message in thread
From: Blue-Maned_Hawk @ 2023-11-22 23:11 UTC (permalink / raw)
  To: 9front

diff 04d6a2acecfe4fe44947da8b676f63bcd0f3c0fe uncommitted
--- a/sys/src/cmd/riow.c
+++ b/sys/src/cmd/riow.c
@@ -432,7 +432,7 @@
  static void
  usage(void)
  {
-	fprint(2, "usage: %s [-s label]\n", argv0);
+	fprint(2, "usage: %s [-s label] ...\n", argv0);
  	exits("usage");
  }

\x1f
diff 04d6a2acecfe4fe44947da8b676f63bcd0f3c0fe uncommitted
--- a/sys/man/1/riow
+++ b/sys/man/1/riow
@@ -5,7 +5,7 @@
  .B riow
  [
  .I -s label
-]
+] ...
  .SH DESCRIPTION
  .I riow
  provides keyboard controlling for
@@ -53,12 +53,17 @@
  .TP
  .B Kmod4+s
  Toggle "sticky" mode for the current window. In this mode the window 
is staying
-while the user is switching between desktops. By default, programs like
-.IR winwatch ,
-.IR catclock ,
+while the user is switching between desktops. By default, windows labeled
+.IR bar ,
+.IR "cat clock" ,
+.IR clock ,
+.IR faces ,
  .IR kbmap ,
-etc are in sticky mode. Additional programs can be added to that list 
on startup by
-specifying their labels with
+.IR stats ,
+or
+.I winwatch
+are in sticky mode. Additional programs can be added to that list on 
startup by
+specifying each label with a
  .I -s
  option.
  .TP

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-22 23:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22 23:11 [9front] [PATCH] Clarify riow manpage and usage message to indicate that multiple labels can be specified to be stickied, along with explicitly stating which labels are prestickied Blue-Maned_Hawk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).