From 655e15628e47156e39ce7d8150d386563269a0dc Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 1 Mar 2024 13:12:35 +0100 Subject: [PATCH] Add a double click option to the RSS block. --- .config/i3status-rust/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/i3status-rust/config.toml b/.config/i3status-rust/config.toml index e4af3bb..80b0b6a 100644 --- a/.config/i3status-rust/config.toml +++ b/.config/i3status-rust/config.toml @@ -1,3 +1,5 @@ +double_click_delay = 250 + [icons.overrides] bear = "🐻" bunny = "🐇" @@ -20,6 +22,9 @@ hide_when_empty = true [[block.click]] button = "left" cmd = "xdg-open https://rss.azedia.lan" +[[block.click]] +button = "double_left" +update = true [[block]] block = "time"