From dbc37f70a924dcab85102c53f61da5eb88891390 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Sat, 21 Jun 2025 23:54:11 +0300 Subject: [PATCH] dunst: change font, `follow` strategy --- config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index e2f0f2a..7c1166e 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -1,8 +1,8 @@ # vim: ft=ini +# https://dunst-project.org/documentation [global] -font = Jetbrains 14 -icon_theme = "Papirus-Dark" +font = JetBrains Mono Nerd Font 14 enable_recursive_icon_lookup = true show_age_threshold = 60 markup = full @@ -12,7 +12,7 @@ stack_duplicates = false hide_duplicate_count = false shrink = no idle_threshold = 120 -follow = mouse +follow = keyboard mouse_left_click = close_all mouse_right_click = do_action