drop filter-rate
This commit is contained in:
parent
cb775dc50a
commit
1cf3e6d3c4
2 changed files with 1 additions and 2 deletions
|
@ -95,6 +95,7 @@ This library is not available publicly yet as the interface is not stable enough
|
||||||
* `dmenu`, use show
|
* `dmenu`, use show
|
||||||
* `D`, arguments are the same as config in worf, no need to have this flag.
|
* `D`, arguments are the same as config in worf, no need to have this flag.
|
||||||
* `dark`, dark setting from theme is used now.
|
* `dark`, dark setting from theme is used now.
|
||||||
|
* `filter-rate`, worf is fast enough not to need this debounce
|
||||||
|
|
||||||
### Dropped configuration options
|
### Dropped configuration options
|
||||||
* stylesheet -> use style instead
|
* stylesheet -> use style instead
|
||||||
|
|
|
@ -272,8 +272,6 @@ pub struct Config {
|
||||||
#[clap(long = "valign")]
|
#[clap(long = "valign")]
|
||||||
valign: Option<Align>,
|
valign: Option<Align>,
|
||||||
|
|
||||||
filter_rate: Option<u32>, // todo support this
|
|
||||||
|
|
||||||
/// Defines the image size in pixels
|
/// Defines the image size in pixels
|
||||||
#[clap(long = "image-size")]
|
#[clap(long = "image-size")]
|
||||||
image_size: Option<i32>,
|
image_size: Option<i32>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue