made dunst spawn on the top of the screen

main
The_miro 2024-11-11 21:53:35 +01:00
parent e30a8a3507
commit 8a411aaad6
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
# height = 300 # height = 300
# Position the notification in the top right corner # Position the notification in the top right corner
origin = bottom-center origin = top-center
# Offset from the origin # Offset from the origin
offset = (10, 50) offset = (10, 50)
@ -113,7 +113,7 @@
# If value is greater than 0, separator_height will be ignored and a border # If value is greater than 0, separator_height will be ignored and a border
# of size frame_width will be drawn around each notification instead. # of size frame_width will be drawn around each notification instead.
# Click events on gaps do not currently propagate to applications below. # Click events on gaps do not currently propagate to applications below.
gap_size = 0 gap_size = 5
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are: