mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 20:40:15 +02:00
polybar: allow scrolling through notification history
This commit is contained in:
parent
295e13f1c4
commit
411120fdec
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ type = custom/ipc
|
||||||
hook-0 = cat $XDG_RUNTIME_DIR/i3/dunst.txt 2> /dev/null
|
hook-0 = cat $XDG_RUNTIME_DIR/i3/dunst.txt 2> /dev/null
|
||||||
initial = 1
|
initial = 1
|
||||||
click-left = dunstctl set-paused toggle
|
click-left = dunstctl set-paused toggle
|
||||||
|
scroll-down = dunstctl close
|
||||||
|
scroll-up = dunstctl history-pop
|
||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue