aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-27 21:40:35 +0300
committereug-vs <eug-vs@keemail.me>2021-03-27 21:40:35 +0300
commit4003fe5ead6d2400c6f45fc6b0bd95030644ebf0 (patch)
tree9b8fa89bd62c79f79e2b96e72c053663a825adca /config.def.h
parent31b3943ba5e5eb70ee43f98c45534e9e49d43f33 (diff)
downloaddwm-4003fe5ead6d2400c6f45fc6b0bd95030644ebf0.tar.gz
feat: apply swallow patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 2300269..feac716 100644
--- a/config.def.h
+++ b/config.def.h
@@ -37,9 +37,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 },
+ /* class instance title tags mask isfloating isterminal noswallow monitor */
// TODO: figure out firefox { "Firefox", NULL, NULL, 1 << 8, 0, -1 },
+ { "Alacritty", NULL, NULL, 0, 0, 1, 0, -1 },
};
/* layout(s) */