diff options
Diffstat (limited to 'dwm/config.def.h')
| -rw-r--r-- | dwm/config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index 1bdb869..86c538f 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -38,6 +38,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ {"Gimp", NULL, NULL, 0, 1, -1}, + {"Tor Browser", NULL, NULL, 0, 1, -1}, {"Firefox", NULL, NULL, 1 << 8, 0, -1}, }; |
