Skip to content

Commit

Permalink
directvt#571 WIP: Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Sep 12, 2024
1 parent 0cbfa9a commit 264eaab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@ graph LR
- Hardcoded settings
- See [/src/vtm.xml](../src/vtm.xml) for reference.
- `--config <file>` CLI option
- The current configuration can be patched by specifying a configuration fragment in plain text in place of the configuration file path (this case is detected by the `<config` keyword at the beginning).
- `<file>`: Path to the configuration file.
`command line`:
```bash
vtm -c "/path/to/settings.xml" -r term
```
- The current configuration can be patched by specifying plain xml-data in place of the `<file>` (this case is detected by the `<config` keyword at the beginning).
`command line`:
```bash
vtm -c "<config><term><scrollback size=1000000 growstep=100000/></term></config>" -r term
```

- Global settings
- on POSIX: `/etc/vtm/settings.xml`
- on Windows: `%programdata%/vtm/settings.xml`
Expand Down

0 comments on commit 264eaab

Please sign in to comment.