dunst: change font, follow strategy

This commit is contained in:
Oleksandr Smirnov 2025-06-21 23:54:11 +03:00
parent d1557a736e
commit dbc37f70a9
No known key found for this signature in database

View file

@ -1,8 +1,8 @@
# vim: ft=ini # vim: ft=ini
# https://dunst-project.org/documentation
[global] [global]
font = Jetbrains 14 font = JetBrains Mono Nerd Font 14
icon_theme = "Papirus-Dark"
enable_recursive_icon_lookup = true enable_recursive_icon_lookup = true
show_age_threshold = 60 show_age_threshold = 60
markup = full markup = full
@ -12,7 +12,7 @@ stack_duplicates = false
hide_duplicate_count = false hide_duplicate_count = false
shrink = no shrink = no
idle_threshold = 120 idle_threshold = 120
follow = mouse follow = keyboard
mouse_left_click = close_all mouse_left_click = close_all
mouse_right_click = do_action mouse_right_click = do_action