From 51182f303f44c507762caa230fe426fdd9357ed5 Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 20 Sep 2024 20:40:58 -0400 Subject: Fix librewolf settings in dwm --- .config/guix/modules/dwm/config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/guix/modules/dwm/config.def.h') diff --git a/.config/guix/modules/dwm/config.def.h b/.config/guix/modules/dwm/config.def.h index 9069f9f..f1f8b46 100644 --- a/.config/guix/modules/dwm/config.def.h +++ b/.config/guix/modules/dwm/config.def.h @@ -36,7 +36,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 }, @@ -88,7 +88,7 @@ static const char *flameall[] = { "flameshot", "full", NULL }; /* other applications */ static const char *icecmd[] = { "icecat", NULL }; static const char *wolfcmd[] = { "librewolf", NULL }; -static const char *termcmd[] = { "emacsclient", "-nc", NULL }; +static const char *termcmd[] = { "emacsclient", "-nc", NULL }; static const Key keys[] = { -- cgit v1.2.3