Skip to content

Commit ae1d9ae

Browse files
thefossguyDrakulix
authored andcommitted
Add Tor Browser as floating window exception
The Tor Browser launches with a specific dimension to avoid browser fingerprinting[0]. Do not tile the Tor Browser for this reason. [0]: https://tb-manual.torproject.org/anti-fingerprinting/#letterboxing
1 parent 74c7a21 commit ae1d9ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/tiling-exceptions.ron

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
(appid: "system76-driver", titles: [".*"]),
4646
(appid: "tilda", titles: [".*"]),
4747
(appid: "zoom", titles: [".*"]),
48+
(appid: "Tor Browser", titles: [".*"]),
4849
(appid: "^.*?action=join.*$", titles: [".*"]),
4950

5051
]

0 commit comments

Comments
 (0)