Skip to content

Commit

Permalink
Reorder README paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Feb 13, 2022
1 parent 757ad0d commit 8e17088
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,25 +284,6 @@ corresponding icons with correct names need to be placed in
`~/.local/share/deckmaster/themes/[theme]`. The default icons with their
respective names can be found [here](https://github.com/muesli/deckmaster/tree/master/assets/weather).

### Background Image

You can configure each deck to display an individual wallpaper behind its
widgets:

```toml
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 Expand Up @@ -388,6 +369,25 @@ pressed:
device = "sleep"
```

### Background Image

You can configure each deck to display an individual wallpaper behind its
widgets:

```toml
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"
```

## More Decks!

[deckmaster-emojis](https://github.com/muesli/deckmaster-emojis), an Emoji keyboard deck
Expand Down

0 comments on commit 8e17088

Please sign in to comment.