summaryrefslogtreecommitdiff
path: root/.config/guix/modules/dwm
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-10-18 14:17:13 -0400
committerbd <bdunahu@operationnull.com>2024-10-18 14:17:13 -0400
commit566a8735c41dd4a4832faba9abf03aa93618c3af (patch)
tree764390049ad0624745f695d71fab3188b06e1902 /.config/guix/modules/dwm
parentb3841f387e41af19bf72ad60ac691de1a8227cc1 (diff)
Changes to eww
Diffstat (limited to '.config/guix/modules/dwm')
-rw-r--r--.config/guix/modules/dwm/config.def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/guix/modules/dwm/config.def.h b/.config/guix/modules/dwm/config.def.h
index a254b18..0fefb1d 100644
--- a/.config/guix/modules/dwm/config.def.h
+++ b/.config/guix/modules/dwm/config.def.h
@@ -26,7 +26,7 @@ static const unsigned int alphas[][3] = {
};
/* tagging */
-static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
+static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
static const Rule rules[] = {
/* xprop(1):
@@ -40,6 +40,7 @@ static const Rule rules[] = {
{ "Zathura", NULL, NULL, 1 << 2, 0, -1 },
{ "libreoffice",NULL, NULL, 1 << 3, 0, -1 },
{ "Gimp", NULL, NULL, 1 << 4, 1, -1 },
+ { "Anki", NULL, NULL, 1 << 5, 0, -1 },
{ "Nsxiv", NULL, NULL, 1 << 6, 0, -1 },
{ "mpv", NULL, NULL, 1 << 7, 0, -1 },
};