mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-23 13:10:54 +01:00
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.
This commit is contained in:
parent
f978f00663
commit
e0a13a98ce
@ -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=";
|
||||
})
|
||||
];
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user