user/dunst: minor tweaks to layout

This commit is contained in:
LavaDesu 2025-03-17 00:22:43 +11:00
parent 606dba7e08
commit 06c3f076a4
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -12,9 +12,9 @@ in {
global = {
monitor = 0;
follow = "mouse";
width = 460;
width = "(100, 450)";
origin = "top-right";
offset = "24x35";
offset = "24x50";
notification_limit = 0;
indicate_hidden = true;
shrink = true;
@ -36,7 +36,7 @@ in {
hide_duplicate_count = true;
show_indicators = false;
icon_position = "left";
max_icon_size = 32;
max_icon_size = 40;
sticky_history = true;
history_length = 100;
browser = "${pkgs.firefox}/bin/firefox -new-tab";