From e0a13a98ce3aa1019e9b6c127932aa360dc7ced0 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 4 Sep 2024 13:17:13 -0400 Subject: [PATCH] dwm: Add cool autostart patch This is necessary since some programs started with .xinitrc don't work at all in dwm, such as avizo-service and mpDris2. --- home/dwm.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/dwm.nix b/home/dwm.nix index 522adfe0..78da46a2 100644 --- a/home/dwm.nix +++ b/home/dwm.nix @@ -139,6 +139,11 @@ in url = "https://raw.githubusercontent.com/bakkeby/patches/c5eae9d/dwm/dwm-desktop_icons-6.5.diff"; hash = "sha256-oIgeph9pmIWKBepnQhc+aNWU7ZHxsJbhJr5LVNTtuHc="; }) + + (fetchpatch { + url = "https://dwm.suckless.org/patches/cool_autostart/dwm-cool-autostart-20240312-9f88553.diff"; + hash = "sha256-pgXbgoAAewCjZP16smKkTVh5p7P/FK+Rue0F6gjmGVo="; + }) ]; }) ];