From 411120fdec649b96ae6d61288833058bc71bbf86 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 14 Jul 2021 17:20:49 +0200 Subject: [PATCH] polybar: allow scrolling through notification history --- dotfiles/polybar.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/polybar.conf b/dotfiles/polybar.conf index 10da524..8eef94b 100644 --- a/dotfiles/polybar.conf +++ b/dotfiles/polybar.conf @@ -111,6 +111,8 @@ type = custom/ipc hook-0 = cat $XDG_RUNTIME_DIR/i3/dunst.txt 2> /dev/null initial = 1 click-left = dunstctl set-paused toggle +scroll-down = dunstctl close +scroll-up = dunstctl history-pop [module/date] type = internal/date