aboutsummaryrefslogtreecommitdiff
path: root/dwm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dwm/config.def.h1
-rw-r--r--dwm/config.h1
2 files changed, 2 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},
};
diff --git a/dwm/config.h b/dwm/config.h
index 1bdb869..86c538f 100644
--- a/dwm/config.h
+++ b/dwm/config.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},
};