fix: pixelated content in qutebrowser with fractionnal scaling

This commit is contained in:
Yorick Barbanneau 2024-05-01 23:25:18 +02:00
parent 70b39e5e7f
commit f63a44bfa0
4 changed files with 5 additions and 30 deletions

View file

@ -123,6 +123,11 @@ in
};
};
# Avoid pixelated effect for QT application with fractionnal scaling
home.sessionVariables = {
QT_SCALE_FACTOR_ROUNDING_POLICY = "RoundPreferFloor";
};
qt = {
enable = true;
platformTheme = "gnome";