summaryrefslogtreecommitdiff
path: root/dwm/config.def.h
diff options
context:
space:
mode:
authorauric <104602845+ihateamongus@users.noreply.github.com>2025-09-07 18:04:30 -0500
committerGitHub <noreply@github.com>2025-09-07 18:04:30 -0500
commit97dc9522e3e430bfb47aacdb080ac733fc146f76 (patch)
tree3eb2fc4a7aa9a98007221b2c45680748ad6170ec /dwm/config.def.h
parent0760308a3bdcbb836dc72a95ef269f6e33fb3fd3 (diff)
parentec1ead58cc07c3e7df8921d5ba5376dd45b6acc3 (diff)
Merge pull request #7 from ihateamongus/codex/analyze-oldresources-folder-for-performance-yu4i2m
Add glass-style transparency and dynamic tags
Diffstat (limited to 'dwm/config.def.h')
-rw-r--r--dwm/config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h
index 50ae8a6..c94f430 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -30,9 +30,9 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
- /* class instance title tags mask isfloating monitor */
- { "Gimp", NULL, NULL, 0, 1, -1 },
- { "Firefox", NULL, NULL, 1 << 8, 0, -1 },
+ /* class instance title tags mask isfloating monitor */
+ { NULL, NULL, "Picture in picture", 0, 1, -1 },
+ { "Firefox", NULL, NULL, 1 << 8, 0, -1 },
};
/* layout(s) */