From 6882ccee15544d90f59072b459b61cf8c94564cd Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 26 Aug 2024 18:15:07 +0900 Subject: feat(home/gui): add Qt fractional scaling workaround --- home/profiles/gui/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home/profiles') diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index 0212ce3..c383f19 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -118,6 +118,8 @@ in NIXOS_OZONE_WL = 1; # NOTE: might cause problems with old electron _JAVA_AWT_WM_NONREPARENTING = 1; # Fix 'grey screen' issue on java apps SDL_VIDEODRIVER = "wayland"; + # TODO: https://github.com/qutebrowser/qutebrowser/discussions/7938 + QT_SCALE_FACTOR_ROUNDING_POLICY = "RoundPreferFloor"; }; wayland.windowManager.sway = { -- cgit 1.4.1