mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
dunst: place notification at the top right and tweak their offset
This commit is contained in:
parent
82defd4fab
commit
291bc52a97
|
|
@ -35,12 +35,12 @@
|
|||
# and the given value is treated as the maximum height
|
||||
|
||||
# Position the notification in the top right corner
|
||||
origin = bottom-right
|
||||
origin = top-right
|
||||
|
||||
# Offset from the origin
|
||||
# NOTE: Dunst from version 1.11 and older use this alternative notation
|
||||
# offset = 10x50
|
||||
offset = (10, 50)
|
||||
offset = (10, 25)
|
||||
|
||||
# Scale factor. It is auto-detected if value is 0.
|
||||
scale = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue