docs, password config, help, about
render -> draw, file explorer, writer is RefCell
This commit is contained in:
21
docs/window-likes/desktop-background.md
Normal file
21
docs/window-likes/desktop-background.md
Normal file
@@ -0,0 +1,21 @@
|
||||
Displays desktop backgrounds, which can be a BMP image file or a solid colour.
|
||||
|
||||
## Config
|
||||
|
||||
Config files should have the appropriated protections so they can only be written to root privileges.
|
||||
|
||||
In `$XDG_CONFIG_DIR/ming-wm/desktop-background`, you can configure what the desktop background should be for each workspace. The first line decides the background for the first workspace, and so on. If lines are missing, or empty, or the config file is missing, the default green background is used.
|
||||
|
||||
If a line starts with "#", and is followed by 6 lowercase hex characters, then it will interpreted as a RGB colour.
|
||||
|
||||
If a line starts with "r", then what follows with be interpreted as a path to a BMP image file in BGRA order, and if it starts with any other character, what follows will be interpreted as a path to a BMP image file in RGBA order.
|
||||
|
||||
Example:
|
||||
|
||||
```
|
||||
#008080
|
||||
#003153
|
||||
r./bmps/castle1440x842.bmp
|
||||
r./bmps/ming1440x842.bmp
|
||||
r./bmps/blur1440x842.bmp
|
||||
```
|
||||
Reference in New Issue
Block a user