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
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue