From ae1d9ae7efdb6ef8d9d94837d5b34c46fead71e8 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 29 Apr 2025 15:02:24 +0530 Subject: [PATCH] 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 --- data/tiling-exceptions.ron | 1 + 1 file changed, 1 insertion(+) diff --git a/data/tiling-exceptions.ron b/data/tiling-exceptions.ron index f4e78167..096470f1 100644 --- a/data/tiling-exceptions.ron +++ b/data/tiling-exceptions.ron @@ -45,6 +45,7 @@ (appid: "system76-driver", titles: [".*"]), (appid: "tilda", titles: [".*"]), (appid: "zoom", titles: [".*"]), + (appid: "Tor Browser", titles: [".*"]), (appid: "^.*?action=join.*$", titles: [".*"]), ]