dunst: Fix font size
This commit is contained in:
parent
a1adaf9a6b
commit
9184f37037
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@
|
|||
idle_threshold = 120
|
||||
|
||||
### Text ###
|
||||
font = Ubuntu 20
|
||||
font = Ubuntu 11
|
||||
|
||||
# The spacing between lines. If the height is smaller than the
|
||||
# font height, it will get raised to the font height.
|
||||
|
@ -112,7 +112,7 @@
|
|||
#
|
||||
# It's important to note that markup inside the format option will be parsed
|
||||
# regardless of what this is set to.
|
||||
markup = full
|
||||
markup = no
|
||||
|
||||
# The format of the message. Possible variables are:
|
||||
# %a appname
|
||||
|
|
Loading…
Reference in a new issue