Put titles back in the tray? [Solved]

Using applications, configuring, problems
Post Reply
Message
Author
stephino13
Posts: 19
Joined: Fri 02 Nov 2007, 02:09
Location: Tennessee, USA

Put titles back in the tray? [Solved]

#1 Post by stephino13 »

I just downloaded the new Slacko 5.3.3 and have it running. One thing that has changed is that the windows which are open only create icons in the tray. Does anyone know how to get back the larger titles with icons?
Attachments
tray_icons.png
Icons in the tray rather than full size titles/icons
(99.6 KiB) Downloaded 178 times
Last edited by stephino13 on Sun 13 May 2012, 03:35, edited 1 time in total.
Kal
Posts: 626
Joined: Thu 05 May 2005, 16:59
Location: California, High Desert

#2 Post by Kal »

Just go to /root/.jwmrc-tray, it’s hidden so hit the eye in toolbar of ROX Filer. With a text editor change to this. Changing to a 0 as shown.

Code: Select all

<!-- Additional TaskList attribute: maxwidth -->
		    <TaskList maxwidth=
User avatar
`f00
Posts: 807
Joined: Thu 06 Nov 2008, 19:13
Location: the Western Reserve

#3 Post by `f00 »

Yup, a maxwidth of 0 would give the least possible buttonwidth for windows (icons only) - very economical for horizontal real estate on the tasklist but some users might prefer otherwise.. For a vertical tray/tasklist it'd be ok

Try a 200 or greater value (it's pixels) for a more normal windowbutton size - possibly leave out the maxwidth attribute altogether for a 'traditional' fullwidth-if-one-window, halfwidth-if-two and so on look (if I recall correctically). Whatever, the tooltip should still give the title on hover

0, that's rad ;)
Kal
Posts: 626
Joined: Thu 05 May 2005, 16:59
Location: California, High Desert

#4 Post by Kal »

This is from jwm configuration.

TaskList
Add a task list to the tray. This tag supports the following attribute:
maxwidth
The maximum width of an item in the task list. 0 indicates no maximum. The default is 0.
stephino13
Posts: 19
Joined: Fri 02 Nov 2007, 02:09
Location: Tennessee, USA

#5 Post by stephino13 »

Thanks. I had searched the config file, but hadn't seen what needed changed. I changed it as suggested and everything is good.

Code: Select all

		<!-- Additional TaskList attribute: maxwidth -->
		<TaskList/>
Thanks again.
Post Reply