|
|
@ -3,8 +3,8 @@ applications in my X session but it can be used for other things.
|
|
|
|
|
|
|
|
|
|
|
|
## Installing
|
|
|
|
## Installing
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```shell
|
|
|
|
cargo install https://gitlab.com/rascul/sup
|
|
|
|
$ cargo install https://gitlab.com/rascul/sup
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Running
|
|
|
|
## Running
|
|
|
@ -60,7 +60,7 @@ will be started in the order as read from the file.
|
|
|
|
|
|
|
|
|
|
|
|
### Example
|
|
|
|
### Example
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```toml
|
|
|
|
[[app]]
|
|
|
|
[[app]]
|
|
|
|
name = "x resource"
|
|
|
|
name = "x resource"
|
|
|
|
command = "xrdb"
|
|
|
|
command = "xrdb"
|
|
|
|