update: dwmblocks icons; add: correct versions
This commit is contained in:
@@ -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 },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user