1
0
Fork 0

Gnome: disable xwayland scaling due to games running at 2x resolution

This commit is contained in:
Aires 2024-11-19 14:28:27 -05:00
parent 22d84a9d73
commit 79d88a1a64

View file

@ -32,7 +32,7 @@ in
enable = true;
extraGSettingsOverrides = ''
[org.gnome.mutter]
experimental-features = [ 'scale-monitor-framebuffer', 'xwayland-native-scaling', 'variable-refresh-rate' ]
experimental-features = [ 'scale-monitor-framebuffer', 'variable-refresh-rate' ]
'';
extraGSettingsOverridePackages = [ pkgs.mutter ];
};