diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-27 21:40:35 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-27 21:40:35 +0300 |
commit | 4003fe5ead6d2400c6f45fc6b0bd95030644ebf0 (patch) | |
tree | 9b8fa89bd62c79f79e2b96e72c053663a825adca /config.def.h | |
parent | 31b3943ba5e5eb70ee43f98c45534e9e49d43f33 (diff) | |
download | dwm-4003fe5ead6d2400c6f45fc6b0bd95030644ebf0.tar.gz |
feat: apply swallow patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
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) */ |