How to remove unneeded Desktops?

Booting, installing, newbie
Post Reply
Message
Author
User avatar
JamesTheAwesomeDude
Posts: 99
Joined: Tue 29 Jan 2013, 17:17
Location: Classified

How to remove unneeded Desktops?

#1 Post by JamesTheAwesomeDude »

In the system tray, I have 3 Desktops. I don't need 3; I only need one. How do I decrease the number of Desktops, and remove the widget from the taskbar altogether?

Also, the windows are stretching to fill the whole taskbar. This is annoying. How do I disable this (basically, make it more like Windows XP, or earlier versions of Puppy Linux.)

I'm running Precise Puppy 5.4.3.

User avatar
`f00
Posts: 807
Joined: Thu 06 Nov 2008, 19:13
Location: the Western Reserve

#2 Post by `f00 »

hi James..

for jwm, use jwmconfig - do the section for virtual desktops and select "1" for the number desired. Possibly you may need to reload jwm

to remove the pager tray item, you can comment it out in /root/.jwmrc-tray .. then edit for maxwidth (in pixels) attribute of tasklist buttons. Here's a sample snippet from an older version of jwm (there may be other attributes for array layout in newer versions)

Code: Select all

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

		<!-- Additional TaskList attribute: maxwidth -->
		<TaskList maxwidth="120"/>

		<Dock/>
, then simply reload jwm after you save your edit.

Post Reply