Fix: incorrect XWayland Firefox fractional scaling
This commit is contained in:
parent
8f7fad32c2
commit
3c8daaa396
@ -85,11 +85,15 @@ Here's my personal Debian 12 Bookworm setup.
|
|||||||
- Flatseal
|
- Flatseal
|
||||||
- `flatpak install flathub com.github.tchx84.Flatseal`
|
- `flatpak install flathub com.github.tchx84.Flatseal`
|
||||||
- Firefox
|
- Firefox
|
||||||
|
- `flatpak install flathub org.mozilla.firefox`
|
||||||
- Change default zoom to 110%
|
- Change default zoom to 110%
|
||||||
- Enable HTTPS only
|
- Enable HTTPS only
|
||||||
- Proxy DNS when using SOCKS v5
|
- Proxy DNS when using SOCKS v5
|
||||||
- Enable DNS over HTTPS
|
- Enable DNS over HTTPS
|
||||||
- In `about:config` set `browser.sessionstore.max_windows_undo` to 10.
|
- 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)`.
|
- Go to settings -> `Region & Language` and install `Chinese (simplified)`.
|
||||||
- VSCodium
|
- VSCodium
|
||||||
- `flatpak install flathub com.vscodium.codium`
|
- `flatpak install flathub com.vscodium.codium`
|
||||||
|
@ -92,11 +92,15 @@ Here's my personal Ubuntu 22.10 setup. (Make sure to enable Wayland on Nvidia!)
|
|||||||
- Flatseal
|
- Flatseal
|
||||||
- `flatpak install flathub com.github.tchx84.Flatseal`
|
- `flatpak install flathub com.github.tchx84.Flatseal`
|
||||||
- Firefox
|
- Firefox
|
||||||
|
- `flatpak install flathub org.mozilla.firefox`
|
||||||
- Change default zoom to 110%
|
- Change default zoom to 110%
|
||||||
- Enable HTTPS only
|
- Enable HTTPS only
|
||||||
- Proxy DNS when using SOCKS v5
|
- Proxy DNS when using SOCKS v5
|
||||||
- Enable DNS over HTTPS
|
- Enable DNS over HTTPS
|
||||||
- In `about:config` set `browser.sessionstore.max_windows_undo` to 10.
|
- 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)`.
|
- Go to settings -> `Region & Language` and install `Chinese (simplified)`.
|
||||||
- VSCodium
|
- VSCodium
|
||||||
- `flatpak install flathub com.vscodium.codium`
|
- `flatpak install flathub com.vscodium.codium`
|
||||||
|
Loading…
Reference in New Issue
Block a user