diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-12-10 00:48:07 -0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-12-10 00:48:07 -0800 |
commit | 1460b2c637075ad9ac840536da9ac36115ca7eea (patch) | |
tree | fa6048bd27a8b33024b33ccae565a4a8be5fa824 /home/xyz/.config/dunst | |
parent | f3a8788afc1413794f08ed56c17a3cf4fb64ec27 (diff) |
dunst new version config height breaking change, offset preffered change
Diffstat (limited to 'home/xyz/.config/dunst')
-rw-r--r-- | home/xyz/.config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.config/dunst/dunstrc b/home/xyz/.config/dunst/dunstrc index a73a95f0..f36fae5c 100644 --- a/home/xyz/.config/dunst/dunstrc +++ b/home/xyz/.config/dunst/dunstrc @@ -27,13 +27,13 @@ width = (0,300) # The maximum height of a single notification, excluding the frame. - height = 300 + height = (0,300) # Position the notification in the top right corner origin = top-right # Offset from the origin - offset = 0x21 + offset = (0,21) # Scale factor. It is auto-detected if value is 0. scale = 0 |