Thanka again for your help! Now I got it. Looked for the file in Acme and edited the file and pressed the middle button on Put. Kind Greetings, Mats <-----Ursprungligt Meddelande-----> From: Skip Tavakkolian [skip.tavakkolian@gmail.com] Sent: 6/10/2014 10:51:42 PM To: 9fans@9fans.net Subject: Re: [9fans] Clean desktop on Raspberry Pi using Plan 9. from the shell window take a look at bin/rc/riostart (i.e. $home/bin/rc/riostart). remove the startup windows you don't want (like first.window, etc) term% cat bin/rc/riostart #!/bin/rc scr=(`{cat /dev/draw/new >[2]/dev/null || status=''}) wid=$scr(11) ht=$scr(12) window 0,0,161,117 stats -lmisce window 161,0,560,117 faces -i if(~ `{screensize} small) dump=acme.dump.small if not dump=acme.dump a=`{echo $wid-35 | hoc } window 60,90,$a,$ht acme -l lib/$dump window 20,140,610,450 /usr/glenda/lib/first.window term% On Mon, Oct 6, 2014 at 1:19 PM, Mats Olsson < meo@spray.se > wrote: Hi guys! How can I get a clean desktop at bootup on the Raspberry Pi using Plan 9? No tutorials starting etc. Would highly appreciate to know how to know how to configure the Raspberry Pi to start clean. Thanks beforehand! Kind Greetings, Mats