Skip to content

Commit

Permalink
Document parent identifier for deck configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Feb 13, 2022
1 parent e9edb0f commit 757ad0d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,16 @@ widgets:
background = "/some/image.png"
```

### Re-using another deck's configuration

If you specify a `parent` inside a deck's configuration, it will inherit all
of the parent's settings that are not overwritten by the deck's own settings.
This even works recursively:

```toml
parent = "another.deck"
```

### Actions

You can hook up any key with several actions. A regular keypress will trigger
Expand Down

0 comments on commit 757ad0d

Please sign in to comment.