From 1cf3e6d3c4ca962071ec545d44a367406de5da8c Mon Sep 17 00:00:00 2001 From: Alexander Mohr Date: Thu, 1 May 2025 22:36:22 +0200 Subject: [PATCH] drop filter-rate --- README.md | 1 + src/lib/config.rs | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bd4f64a..b4f6748 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/lib/config.rs b/src/lib/config.rs index ea914ad..9ab422b 100644 --- a/src/lib/config.rs +++ b/src/lib/config.rs @@ -272,8 +272,6 @@ pub struct Config { #[clap(long = "valign")] valign: Option, - filter_rate: Option, // todo support this - /// Defines the image size in pixels #[clap(long = "image-size")] image_size: Option,