aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2025-03-31 13:09:38 +0200
committerRomain Gonçalves <me@rgoncalves.se>2025-03-31 13:10:08 +0200
commit5f68f406041bca42601ad0c8cb518b1de0579fab (patch)
treed2c5234b074900cd0034531e5b05397aff2383fe
parent733490f375800d08c9c84252c1566a1b2c91e155 (diff)
downloaddwm-trunk.tar.gz
config.h: Alacritty-float class for dropdownHEADtrunk
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 461d873..9a9e535 100644
--- a/config.h
+++ b/config.h
@@ -36,6 +36,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
+ { "Alacritty-float", NULL, NULL, 0, 1, -1 },
};
/* layout(s) */
remember that computers suck.