diff options
author | Malfurious <m@lfurio.us> | 2022-01-13 23:32:57 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-03-05 20:18:45 -0500 |
commit | 75edf1a007510c2ca844eb8d39219a45db427c50 (patch) | |
tree | 05a25341748d5d05e6fc5a308ed4e58510a823c3 /config.def.h | |
parent | 1cc39b57683a7c81ee02d72d22f235cd5cda8163 (diff) | |
download | dwm-75edf1a007510c2ca844eb8d39219a45db427c50.tar.gz dwm-75edf1a007510c2ca844eb8d39219a45db427c50.zip |
config: Remove client rules
Diffstat (limited to 'config.def.h')
-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) */ |