From 3c8daaa396ac348477a3bb21d59d4c0d5f89b874 Mon Sep 17 00:00:00 2001 From: DuckDuckWhale Date: Sun, 6 Nov 2022 12:35:09 -0800 Subject: [PATCH] Fix: incorrect XWayland Firefox fractional scaling --- setup/debian-setup.md | 4 ++++ setup/ubuntu-setup.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/setup/debian-setup.md b/setup/debian-setup.md index 373263f..356a6e3 100644 --- a/setup/debian-setup.md +++ b/setup/debian-setup.md @@ -85,11 +85,15 @@ Here's my personal Debian 12 Bookworm setup. - Flatseal - `flatpak install flathub com.github.tchx84.Flatseal` - Firefox + - `flatpak install flathub org.mozilla.firefox` - Change default zoom to 110% - Enable HTTPS only - Proxy DNS when using SOCKS v5 - Enable DNS over HTTPS - In `about:config` set `browser.sessionstore.max_windows_undo` to 10. + - Use Wayland for correct fractional scaling: + `sudo flatpak override --socket=wayland --env=MOZ_ENABLE_WAYLAND=1 + org.mozilla.firefox` - Go to settings -> `Region & Language` and install `Chinese (simplified)`. - VSCodium - `flatpak install flathub com.vscodium.codium` diff --git a/setup/ubuntu-setup.md b/setup/ubuntu-setup.md index 8e7b50f..a5162ca 100644 --- a/setup/ubuntu-setup.md +++ b/setup/ubuntu-setup.md @@ -92,11 +92,15 @@ Here's my personal Ubuntu 22.10 setup. (Make sure to enable Wayland on Nvidia!) - Flatseal - `flatpak install flathub com.github.tchx84.Flatseal` - Firefox + - `flatpak install flathub org.mozilla.firefox` - Change default zoom to 110% - Enable HTTPS only - Proxy DNS when using SOCKS v5 - Enable DNS over HTTPS - In `about:config` set `browser.sessionstore.max_windows_undo` to 10. + - Use Wayland for correct fractional scaling: + `sudo flatpak override --socket=wayland --env=MOZ_ENABLE_WAYLAND=1 + org.mozilla.firefox` - Go to settings -> `Region & Language` and install `Chinese (simplified)`. - VSCodium - `flatpak install flathub com.vscodium.codium`