diff options
| author | Malfurious <m@lfurio.us> | 2022-01-13 23:32:57 -0500 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-01-17 23:09:29 -0500 |
| commit | ea2902d2060965d34f0d2a770cc4eb4bfddee077 (patch) | |
| tree | 8f8144fc49322995931e409a7abebe23db54ed1b | |
| parent | 4924e78296e792fec83e6f4dfb309e992304721b (diff) | |
| download | dwm-ea2902d2060965d34f0d2a770cc4eb4bfddee077.tar.gz dwm-ea2902d2060965d34f0d2a770cc4eb4bfddee077.zip | |
config: Remove client rules
| -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 5522c60..9709365 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) */ |
