diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-02-08 15:17:38 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-02-08 15:17:38 +0000 |
| commit | ea8cdba402dbed7aae9f87682e6064860ba0b7ad (patch) | |
| tree | b1d96b25af0d08c64b2b3044596d4b42be1b4451 /dwm/config.h | |
| parent | 07f0fdd5803a41651e615fb83b7f884c18d23815 (diff) | |
Patches to dwm
Diffstat (limited to 'dwm/config.h')
| -rwxr-xr-x | dwm/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.h b/dwm/config.h index d39428d..7a5df30 100755 --- a/dwm/config.h +++ b/dwm/config.h @@ -28,8 +28,8 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - { }, + /* class instance title tags mask isfloating monitor */ + {}, }; /* layout(s) */ |
