mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-20 01:59:22 +01:00
i3: don't float Tor Browser, autostart Telegram
Tor Browser and Firefox have protection against screen size fingerprinting. https://support.torproject.org/tbb/maximized-torbrowser-window/
This commit is contained in:
parent
ca68828413
commit
781224a437
@ -286,10 +286,11 @@ bindsym $mod+m exec mumble
|
|||||||
bindsym $mod+Shift+m exec audacious
|
bindsym $mod+Shift+m exec audacious
|
||||||
|
|
||||||
# Float these apps by default
|
# Float these apps by default
|
||||||
# I use privacy.resistfingerprinting which is incompatible with not floating
|
# Firefox & Tor Browser have `privacy.resistFingerprinting.letterboxing`
|
||||||
# I think I am more productive with floating Firefox.
|
# that hide the default screen size, so they don't have to be floated.
|
||||||
|
# https://support.torproject.org/tbb/maximized-torbrowser-window/
|
||||||
#for_window [title="^Mozilla Firefox$"] floating enable
|
#for_window [title="^Mozilla Firefox$"] floating enable
|
||||||
for_window [title="^Tor Browser$"] floating enable
|
#for_window [title="^Tor Browser$"] floating enable
|
||||||
for_window [title="galculator"] floating enable
|
for_window [title="galculator"] floating enable
|
||||||
# insert new rules above this line
|
# insert new rules above this line
|
||||||
# https://github.com/keybase/client/issues/8232
|
# https://github.com/keybase/client/issues/8232
|
||||||
@ -322,8 +323,8 @@ exec --no-startup-id caffeine-indicator
|
|||||||
# VIP app that is expected to not get sold or violate its privacy policy
|
# VIP app that is expected to not get sold or violate its privacy policy
|
||||||
# or anything nasty, keep this in mind when considering commenting! Jami
|
# or anything nasty, keep this in mind when considering commenting! Jami
|
||||||
exec --no-startup-id jami-gnome -r
|
exec --no-startup-id jami-gnome -r
|
||||||
#exec --no-startup-id telegram-desktop -many -startintray
|
exec --no-startup-id telegram-desktop -many -startintray
|
||||||
#exec --no-startup-id sleep 180 && telegram-desktop -many -workdir ~/.config/T2L-telegram -startintray
|
exec --no-startup-id sleep 180 && telegram-desktop -many -workdir ~/.config/T2L-telegram -startintray
|
||||||
# https://github.com/Nheko-Reborn/nheko/issues/79 - 100 % background CPU
|
# https://github.com/Nheko-Reborn/nheko/issues/79 - 100 % background CPU
|
||||||
#exec --no-startup-id flatpak run io.github.NhekoReborn.Nheko
|
#exec --no-startup-id flatpak run io.github.NhekoReborn.Nheko
|
||||||
# ELECTRON!
|
# ELECTRON!
|
||||||
|
Loading…
Reference in New Issue
Block a user