limit notification width in dunst config

This commit is contained in:
LordMZTE 2021-07-15 23:01:04 +02:00
parent 44df401480
commit 4359531f09

View file

@ -1,4 +1,3 @@
# https://github.com/dracula/dunst
[global]
### Display ###
@ -30,7 +29,7 @@
# the top and down respectively.
# The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option.
geometry = "0x4-25+25"
geometry = "-50x4-25+25"
# Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes