9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Blue-Maned_Hawk <bluemanedhawk@gmail.com>
To: 9front@9front.org
Subject: [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
Date: Wed, 22 Nov 2023 18:11:48 -0500	[thread overview]
Message-ID: <35b686ce-a580-42e7-9782-a62f393fd0ef@invalid.invalid> (raw)

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

                 reply	other threads:[~2023-11-22 23:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=35b686ce-a580-42e7-9782-a62f393fd0ef@invalid.invalid \
    --to=bluemanedhawk@gmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).