drop filter-rate

This commit is contained in:
Alexander Mohr 2025-05-01 22:36:22 +02:00
parent cb775dc50a
commit 1cf3e6d3c4
2 changed files with 1 additions and 2 deletions

View file

@ -95,6 +95,7 @@ This library is not available publicly yet as the interface is not stable enough
* `dmenu`, use show
* `D`, arguments are the same as config in worf, no need to have this flag.
* `dark`, dark setting from theme is used now.
* `filter-rate`, worf is fast enough not to need this debounce
### Dropped configuration options
* stylesheet -> use style instead

View file

@ -272,8 +272,6 @@ pub struct Config {
#[clap(long = "valign")]
valign: Option<Align>,
filter_rate: Option<u32>, // todo support this
/// Defines the image size in pixels
#[clap(long = "image-size")]
image_size: Option<i32>,