aboutsummaryrefslogtreecommitdiff
path: root/NOTES
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-05-14 23:29:28 +0000
committerrsc <devnull@localhost>2004-05-14 23:29:28 +0000
commit50e1783a7ed84bf5a8ede25a2fe52920882cef3b (patch)
treed276d423b5a9b442cea64f4c7a463e2eed25ea4f /NOTES
parent3cb977fe6c094c2ef630851335ade0a68f571d72 (diff)
downloadplan9port-50e1783a7ed84bf5a8ede25a2fe52920882cef3b.tar.gz
plan9port-50e1783a7ed84bf5a8ede25a2fe52920882cef3b.tar.bz2
plan9port-50e1783a7ed84bf5a8ede25a2fe52920882cef3b.zip
Add note about window placement
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES16
1 files changed, 16 insertions, 0 deletions
diff --git a/NOTES b/NOTES
index ab7dd31d..1e2bdfd1 100644
--- a/NOTES
+++ b/NOTES
@@ -148,6 +148,22 @@ There is a "win" shell. Of course, since we're on Unix, win can't
tell when programs are reading from the tty, so proper input point
management is right out the window.
+* Rio, 9term
+
+There is a 9wm-derived window manager called rio.
+Along with the terminal 9term, the emulation feels
+quite like Plan 9.
+
+* Window Placement
+
+All the graphical Plan 9 programs accept a new -W option
+that can be used to specify window size. The syntax is
+
+acme -W spec
+
+where spec can be WIDTHxHEIGHT, WIDTHxHEIGHT@XMIN,YMIN
+'XMIN YMIN XMAX YMAX' or XMIN,YMIN,XMAX,YMAX.
+
* Helping out
If you'd like to help out, great!