User Tools

Site Tools


vps_-_plan9front_-_riot_picker_topng

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
vps_-_plan9front_-_riot_picker_topng [2021/11/06 19:18] – created hc9vps_-_plan9front_-_riot_picker_topng [2022/06/18 01:18] hc9
Line 3: Line 3:
 |x|DRAFT| |x|DRAFT|
  
-=== From rio or riot: ===+=== From riot or rio: ===
  
 ^   New   ^ <= release the button here^ ^   New   ^ <= release the button here^
Line 13: Line 13:
 |1|At the rio grey screen, press the right button of your mouse. A menu (above) should appear. Then, release the button over the "New" option.| |1|At the rio grey screen, press the right button of your mouse. A menu (above) should appear. Then, release the button over the "New" option.|
 |2|Now, press the right button again near the upper-left corner of Drawterm, and drag the mouse to the lower-right before releasing the button, drawing a rectangle.| |2|Now, press the right button again near the upper-left corner of Drawterm, and drag the mouse to the lower-right before releasing the button, drawing a rectangle.|
 +
 +|x|riot|usage:|riot [ -b ] [ -f font ] [ -i 'cmd' ] [ -k 'kbdcmd' ] [ -s ]|
 +|x|rio|usage:|rio [ -b ] [ -f font ] [ -i 'cmd' ] [ -k 'kbdcmd' ] [ -s ]|
 +
 +^Experimental on 9p.sdf.org^^^
 +|x|/amd64/bin/rio| includes 'riot' and 'riow' :!:|
  
 <file config riot and picker tutorial notes:> <file config riot and picker tutorial notes:>
Line 109: Line 115:
 $home/lib/theme $home/lib/theme
 % cat /dev/theme >rio.theme % cat /dev/theme >rio.theme
- 
-== Other note: == 
- 
-|x| riot | usage: riot [ -b ] [ -f font ] [ -i 'cmd' ] [ -k 'kbdcmd' ] [ -s ] | 
-|x| rio | usage: rio [ -b ] [ -f font ] [ -i 'cmd' ] [ -k 'kbdcmd' ] [ -s ] | 
  
 </file> </file>
Line 150: Line 151:
         grep softscreen /dev/vgactl >> /dev/vgactl;         grep softscreen /dev/vgactl >> /dev/vgactl;
         echo hwblank off >> /dev/vgactl'         echo hwblank off >> /dev/vgactl'
 +
 +</file>
 +
 +^Experimental on 9p.sdf.org^^
 +|/amd64/bin/rio| includes 'riot' and 'riow' :!:|
 +
 +|x|''riow''|virtual desktops|http://only9fans.com/sigrid/riow/HEAD/info.html|
 +
 +|x| Two independent <nowiki>'</nowiki>''riow''' methods.|
 +
 +== By hand: ==
 +
 +<code>
 +cpu% window -scroll riow
 +</code>
 +
 +== With riostart: ==
 +
 +<file config rio and riow rc/riostart example:>
 +
 +#!/bin/rc
 +window 0,0,161,117 stats -lmisce
 +window -scroll -miny 130
 +window -scroll riow
  
 </file> </file>