Gnome: disable xwayland scaling due to games running at 2x resolution
This commit is contained in:
parent
22d84a9d73
commit
79d88a1a64
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue