mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
dunst: change font, follow strategy
This commit is contained in:
parent
d1557a736e
commit
dbc37f70a9
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue