dynamically find window binaries instead of hardcode
also, terminal compile fix whoops
This commit is contained in:
@@ -8,16 +8,16 @@ In `$XDG_CONFIG_DIR/ming-wm/desktop-background`, you can configure what the desk
|
||||
|
||||
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.
|
||||
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. The path should be absolute.
|
||||
|
||||
Example:
|
||||
|
||||
```
|
||||
#008080
|
||||
#003153
|
||||
r./bmps/castle1440x842.bmp
|
||||
r./bmps/ming1440x842.bmp
|
||||
r./bmps/blur1440x842.bmp
|
||||
r/home/username/Pictures/castle1440x842.bmp
|
||||
r/home/username/Pictures/ming1440x842.bmp
|
||||
r/home/username/Pictures/blur1440x842.bmp
|
||||
```
|
||||
|
||||
## Unrelated: Themes Config
|
||||
|
||||
@@ -15,6 +15,10 @@ Once a command is entered, hit 'enter' to execute it. The terminal will change i
|
||||
|
||||
In STDIN mode, any keys typed followed by the 'enter' key will send those keys to the command's STDIN, if it is still running. To escape STDIN mode, use the `esc` key.
|
||||
|
||||
### Sudo
|
||||
|
||||
To get sudo to read from stdin, the `-S` option will need to be used (eg, `sudo -S ls`). Also, the password prompt will not show since the terminal is line-buffered. Just switch to STDIN mode, type in the password and hit enter.
|
||||
|
||||
## Copy / Paste
|
||||
|
||||
This window-like supports the paste [shortcut](../system/shortcuts.md) (`Alt+P`) if in INPUT or STDIN mode.
|
||||
|
||||
Reference in New Issue
Block a user