| Author |
Message |
stephino13
Joined: 01 Nov 2007 Posts: 19 Location: Tennessee, USA
|
Posted: Sat 12 May 2012, 20:05 Post_subject:
Put titles back in the tray? [Solved] Sub_title: Configuring the tray in JWM |
|
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?
| Description |
Icons in the tray rather than full size titles/icons
|

Download |
| Filename |
tray_icons.png |
| Filesize |
99.6 KB |
| Downloaded |
70 Time(s) |
Edited_time_total
|
|
Back to top
|
|
 |
Kal
Joined: 05 May 2005 Posts: 620 Location: California, High Desert
|
Posted: Sat 12 May 2012, 21:20 Post_subject:
|
|
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: | <!-- Additional TaskList attribute: maxwidth -->
<TaskList maxwidth=”0“/>
|
PS: I don’t like that too.
|
|
Back to top
|
|
 |
`f00

Joined: 06 Nov 2008 Posts: 800 Location: the Western Reserve
|
Posted: Sat 12 May 2012, 21:55 Post_subject:
Sub_title: jwm tray - tasklist attribute |
|
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
|
|
Back to top
|
|
 |
Kal
Joined: 05 May 2005 Posts: 620 Location: California, High Desert
|
Posted: Sat 12 May 2012, 22:58 Post_subject:
|
|
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.
|
|
Back to top
|
|
 |
stephino13
Joined: 01 Nov 2007 Posts: 19 Location: Tennessee, USA
|
Posted: Sat 12 May 2012, 23:38 Post_subject:
|
|
Thanks. I had searched the config file, but hadn't seen what needed changed. I changed it as suggested and everything is good. | Code: | <!-- Additional TaskList attribute: maxwidth -->
<TaskList/> | Thanks again.
|
|
Back to top
|
|
 |
|