home: wm: dunst: replace deprecated 'geometry'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bruno BELANYI 2021-11-04 16:24:09 +01:00
parent 2af0fe542f
commit 9b4a92895f
1 changed files with 6 additions and 1 deletions

View File

@ -18,7 +18,6 @@ in
follow = "keyboard"; # follow keyboard focus
font = "Monospace 8"; # Simple looking font
frame_width = 3; # small frame
geometry = "300x50-15+49";
markup = "full"; # subset of HTML
max_icon_size = 32; # avoid icons that are too big
padding = 6; # distance between text and bubble border
@ -26,6 +25,12 @@ in
separator_color = "frame"; # use frame color to separate bubbles
sort = true; # sort messages by urgency
word_wrap = true; # Break long lines to make them readable
# Fixed size notifications, slightly recessed from the top right
width = 300;
height = 50;
origin = "top-right";
offset = "15x50";
};
urgency_low = {