fix: pixelated content in qutebrowser with fractionnal scaling
This commit is contained in:
parent
70b39e5e7f
commit
f63a44bfa0
4 changed files with 5 additions and 30 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue