|
发表于 2011-10-11 21:18:04
|
显示全部楼层
jwm用了几年,挺好用,不打算换了
- DESKTOPS
- Virtual desktops are controlled with the Desktops tag. Within
- this tag the following attribute is supported:
- count int
- The number of virtual desktops. The default is 4. Valid
- values are between 1 and 8 inclusive.
- Within the Desktops tag the following tags are supported:
- Background
- The default background for desktops. The type attribute
- determines the type of background and the text contained
- within this tag is the value. Valid types are:
- solid
- A solid color. See the COLORS section for more
- information. This is the default.
- gradient
- A gradient color. See the COLORS section for more
- information.
- image
- A stretched image. This may be an XPM, PNG, or
- JPEG image. Note that support for XPM, PNG, and
- JPEG images must be compiled in and icon support
- is required.
- tile
- A tiled image. Like image, but the image is tiled
- instead of stretched.
- command
- A command to run for setting the background.
- Desktop
- Desktop-specific data. The name attribute may be speci‐
- fied to name the desktop (the default is the desktop num‐
- ber). Within this tag a Background tag may be specified
- for a desktop-specific background. See Background above
- for more information.
复制代码 |
|