From eec0ca883a11e10c442f1b665edafd7545f2bf5c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 24 Aug 2019 19:25:14 +0300 Subject: [PATCH] i3: disable Firefox floating 1. I have disabled privacy.resistfingerprinting due to other breakage (possibly TTS, captchas) and being able to use other languages than English and thus indicate that they have users. 2. I always unfloated Firefox anyway :/ --- conf/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/i3/config b/conf/i3/config index 0ff9dabc..390c8066 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -271,7 +271,7 @@ bindsym $mod+m exec mumble # Float these apps by default # I use privacy.resistfingerprinting which is incompatible with not floating # I think I am more productive with floating Firefox. -for_window [title="^Mozilla Firefox$"] floating enable +#for_window [title="^Mozilla Firefox$"] floating enable for_window [title="^Tor Browser$"] floating enable for_window [title="galculator"] floating enable # insert new rules above this line