9front - general discussion about 9front
 help / color / mirror / Atom feed
From: umbraticus@prosimetrum.com
To: 9front@9front.org
Subject: Re: [9front] wloc - rc doesn't work because of pid
Date: Wed, 11 May 2022 21:49:19 +1200	[thread overview]
Message-ID: <1A18E2DECEF098E18AA850ABA3BFB26D@prosimetrum.com> (raw)
In-Reply-To: <94b96400-a26e-4fda-9c38-942c2ec0cf62@sirjofri.de>

As the manpage says, it's just an aid to crafting a riostart;
how often are you using wloc?  As is seems good enough.
What if I just ran window with no args, then started myprog
in the new window manually? It's not in your dump thing now
but label probably does give a reasonable idea what's running.

Here's a similar script I use fairly often, to quickly access
another window's text, window, &c.:

for(i in `{walk -dn1,1 /dev/wsys}){
	echo -n $i^'/		# '
	cat $i/label
	echo
}

umbraticus

  reply	other threads:[~2022-05-11  9:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-11  8:44 sirjofri
2022-05-11  9:49 ` umbraticus [this message]
2022-05-11 11:06   ` sirjofri
2022-05-11 11:08     ` sirjofri
2022-05-11 11:45       ` mkf9

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=1A18E2DECEF098E18AA850ABA3BFB26D@prosimetrum.com \
    --to=umbraticus@prosimetrum.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).