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

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
vps_-_plan9front_-_riot_picker_topng [2021/11/10 05:55] 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 16: Line 16:
 |x|riot|usage:|riot [ -b ] [ -f font ] [ -i 'cmd' ] [ -k 'kbdcmd' ] [ -s ]| |x|riot|usage:|riot [ -b ] [ -f font ] [ -i 'cmd' ] [ -k 'kbdcmd' ] [ -s ]|
 |x|rio|usage:|rio [ -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 112: Line 115:
 $home/lib/theme $home/lib/theme
 % cat /dev/theme >rio.theme % cat /dev/theme >rio.theme
- 
-== previously existing 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 153: 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>