Update dunst configuration to use updated syntax

This commit is contained in:
Sravan Balaji 2024-12-29 15:42:41 -05:00
parent caf4d3abcc
commit 92a49b8a87
2 changed files with 4 additions and 4 deletions

View File

@ -376,8 +376,8 @@ See ~man dunst.5~ for available options.
monitor = 0 monitor = 0
follow = keyboard follow = keyboard
width = 400 width = 400
height = 120 height = (0, 120)
offset = 10x10 offset = (10, 10)
origin = top-right origin = top-right
notification_limit = 50 notification_limit = 50
indicate_hidden = true indicate_hidden = true

View File

@ -2,8 +2,8 @@
monitor = 0 monitor = 0
follow = keyboard follow = keyboard
width = 400 width = 400
height = 120 height = (0, 120)
offset = 10x10 offset = (10, 10)
origin = top-right origin = top-right
notification_limit = 50 notification_limit = 50
indicate_hidden = true indicate_hidden = true