From 20e42a2183d792508fbcf2da782e011fc525eb4d Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 11 Jan 2025 22:18:18 +0100 Subject: feat(dwm): make Tor Browser float by default --- dwm/config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dwm/config.def.h') 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}, }; -- cgit v1.2.3