Skip to content

Commit

Permalink
oops(man): add passthrough to available config options
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohdez committed Nov 9, 2024
1 parent 1b9dc42 commit a85cdb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/dim.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ looked for at `$XDG_CONFIG_HOME/dim/config.toml`, or, if `$XDG_CONFIG_HOME` is
not set, it will instead default to searching at `~/.config/dim/config.toml`.

The options set here will be overriden by any arguments passed in. Valid
options are alpha and duration as seen above, example config:
options are alpha, duration and passthrough as seen above, example config:

```
# i am a comment!
duration = 30
alpha = 0.5
passthrough = false
```

0 comments on commit a85cdb1

Please sign in to comment.