Skip to content

Commit

Permalink
fix: passthrough option was required in config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohdez committed Nov 8, 2024
1 parent 89ef7b3 commit 314d734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pub struct DimOpts {
long,
help = "Make dim ignore input, passing it to lower surfaces. (You probably want to use `-d 0` with this)"
)]
#[serde(default)]
pub passthrough: bool,

#[serde(skip)]
Expand Down

0 comments on commit 314d734

Please sign in to comment.