I deleted the jwmrc-tray file ... how to restore? Help ...

Booting, installing, newbie
Post Reply
Message
Author
Tri-City-Maniac
Posts: 24
Joined: Sun 10 Dec 2006, 15:09

I deleted the jwmrc-tray file ... how to restore? Help ...

#1 Post by Tri-City-Maniac »

Hi,

i made a mistake and i deleted the jwmrc-tray file in my root directory. Now i can't see the tray. Well there's no jwmrc-tray.bak, so i've to get a new file ... but where ... or maybe i reinstallation of JWM?

Help would be cool ...

Cu

Tom

Bruce B

#2 Post by Bruce B »

Here is the default file from 2.14

Code: Select all

<JWM>
	<Tray  autohide="false" insert="right" x="0" y="-1" border="1" height="26" >

		<!-- Additional TrayButton attribute: label -->
		<TrayButton label="Menu" icon="mini-dog.xpm">root:3</TrayButton>

<!-- BK showdesktop incompatible with rox 2.5... -->
<!--		<TrayButton popup="Show desktop" icon="showdesk16.xpm">showdesktop</TrayButton> -->

	<!--	<TrayButton popup="Open terminal" icon="mini-sh.xpm">exec:rxvt</TrayButton> -->

	<!--	<TrayButton popup="Open text editor" icon="mini-edit.xpm">exec:defaulttexteditor</TrayButton> -->

		<!-- Additional Pager attributes; width, height -->
		<Pager/>

		<!-- Additional TaskList attribute: maxwidth -->
		<TaskList/>

		<Dock/>

		<!-- Additional Swallow attribute: height -->
		<Swallow name="blinky">
			blinkydelayed -bg gray90
		</Swallow>

		<Swallow name="mini-volume.tcl">
			mini-volume.tcl -bg gray90
		</Swallow>
		
		<Swallow name="freememapplet" width="48">
			<!-- freememappletdelayed -->
			freememapplet
		</Swallow>

		<Swallow name="xload" width="32">
			xload -nolabel -bg "#BCBAB5" -fg red -hl white
		</Swallow>

		<Clock>minixcal</Clock>
	</Tray>
</JWM>

the file name is /root/.jwmrc-tray

Post Reply