dwm: per tag patch

main
Zynh Ludwig 2024-11-12 08:11:39 -08:00
parent d9e667fe37
commit 70ce71c36e
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ in
enable = true; enable = true;
package = pkgs.dwm.overrideAttrs (oldAttrs: { package = pkgs.dwm.overrideAttrs (oldAttrs: {
patches = [ patches = [
# Per Tag Patch
(fetchpatch {
url = "https://dwm.suckless.org/patches/pertag/dwm-pertag-6.2.diff";
hash = "sha256-8DmooU16+TGu+BzUzxdlbYaB12HSae/RO7fGfsC8IHM=";
})
# Systray patch # Systray patch
(fetchpatch { (fetchpatch {
url = "https://dwm.suckless.org/patches/systray/dwm-systray-20230922-9f88553.diff"; url = "https://dwm.suckless.org/patches/systray/dwm-systray-20230922-9f88553.diff";