Fix: incorrect XWayland Firefox fractional scaling

This commit is contained in:
DuckDuckWhale 2022-11-06 12:35:09 -08:00
parent 8f7fad32c2
commit 3c8daaa396
Signed by: DuckDuckWhale
GPG Key ID: E4B9FC170FFD71CE
2 changed files with 8 additions and 0 deletions

View File

@ -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`

View File

@ -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`