From 9101f55ca27519b832372eed16aa9b9df992ce7e Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 24 May 2024 12:25:12 -0600 Subject: Darkmode for gtk apps --- .config/guix/modules/dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/guix/modules/dwm') diff --git a/.config/guix/modules/dwm/config.def.h b/.config/guix/modules/dwm/config.def.h index 657ed7f..1a6c9ff 100644 --- a/.config/guix/modules/dwm/config.def.h +++ b/.config/guix/modules/dwm/config.def.h @@ -38,7 +38,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Emacs", NULL, NULL, 1 << 0, 0, -1 }, { "Icecat", NULL, NULL, 1 << 1, 0, -1 }, - { "Librewolf",NULL, NULL, 1 << 1, 0, -1 }, + { "librewolf",NULL, NULL, 1 << 1, 0, -1 }, { "Zathura", NULL, NULL, 1 << 2, 0, -1 }, { "libreoffice",NULL, NULL, 1 << 3, 0, -1 }, { "Gimp", NULL, NULL, 1 << 4, 1, -1 }, -- cgit v1.2.3