diff options
author | bd <bdunahu@colostate.edu> | 2024-05-24 12:25:12 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-05-24 12:25:12 -0600 |
commit | 9101f55ca27519b832372eed16aa9b9df992ce7e (patch) | |
tree | e49b8f906e34f1d97ab8cfd2eedb83fd968258ad /.config/guix/modules/dwm | |
parent | e3fc4ba63a0bd6cb546549ef4c8eb2778c417d4d (diff) |
Darkmode for gtk apps
Diffstat (limited to '.config/guix/modules/dwm')
-rw-r--r-- | .config/guix/modules/dwm/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |