update: dwmblocks icons; add: correct versions

This commit is contained in:
odweta
2026-05-26 14:35:28 +02:00
parent a9855f8d3e
commit 67d2dcc3b5
29 changed files with 255 additions and 2700 deletions
+17
View File
@@ -0,0 +1,17 @@
/* rules */
static const Rule rules[] = {
/* xprop(1):
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating monitor */
{ NULL, "spterm", NULL, SPTAG(0), 1, -1 },
{ NULL, "spfm", NULL, SPTAG(1), 1, -1 },
{ NULL, "keepassxc", NULL, SPTAG(2), 1, -1 },
{ NULL, "spnmtui", NULL, SPTAG(3), 1, -1 },
{ NULL, "spmusic", NULL, SPTAG(4), 1, -1 },
{ "firefox", NULL, NULL, 1 << 1, 0, -1 },
{ "jetbrains-studio", "jetbrains-studio", NULL, 1 << 0, 0, -1 },
};