From e345bc3ba5e5a1e187240770e26cd7bc260e05ec Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 25 Sep 2025 11:24:10 -0500 Subject: Emacs, Dunst: Replace Dunst with EDNC --- common/.config/wal/templates/dunstrc | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 common/.config/wal/templates/dunstrc (limited to 'common/.config') diff --git a/common/.config/wal/templates/dunstrc b/common/.config/wal/templates/dunstrc deleted file mode 100644 index bcfbdb8..0000000 --- a/common/.config/wal/templates/dunstrc +++ /dev/null @@ -1,30 +0,0 @@ -[global] -follow = mouse -enable_posix_regex = true - -width = (200, 300) -offset = (20, 10) - -transparency = 20 - -gap_size = 1 - -idle_threshold = 5m - -frame_color = "{cursor}" - -[urgency_low] - background = "{background}" - foreground = "{foreground}" - timeout = 5 - -[urgency_normal] - background = "{background}" - foreground = "{foreground}" - timeout = 10 - -[urgency_critical] - background = "{background}" - foreground = "{foreground}" - frame_color = "{color4}" - timeout = 0 -- cgit v1.2.3