diff options
author | Malfurious <m@lfurio.us> | 2022-01-13 23:32:57 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-06-03 21:46:48 -0400 |
commit | 5c50b9f0f4c99bf06fcd33529d9f57008131c11b (patch) | |
tree | be69bf3792b73e4312c43d346d62c9b3f0d8f8ce | |
parent | a52c8fd4b187c34231e6c1af00db0a4bbadc4ec5 (diff) | |
download | dwm-5c50b9f0f4c99bf06fcd33529d9f57008131c11b.tar.gz dwm-5c50b9f0f4c99bf06fcd33529d9f57008131c11b.zip |
config: Remove client rules
Diffstat (limited to '')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index de4bf0d..457c192 100644 --- a/config.def.h +++ b/config.def.h @@ -27,8 +27,7 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { NULL, NULL, NULL, 0, 0, -1 }, }; /* layout(s) */ |