gnome: add fractional scaling experimental feature
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
da3a049ea2
commit
8715c6d1e4
1 changed files with 4 additions and 1 deletions
|
@ -119,7 +119,10 @@ in {
|
||||||
workspaces-only-on-primary = mkBoolean true;
|
workspaces-only-on-primary = mkBoolean true;
|
||||||
|
|
||||||
#?? [as]
|
#?? [as]
|
||||||
experimental-features = mkArray type.string ["variable-refresh-rate"];
|
experimental-features = mkArray type.string [
|
||||||
|
"scale-monitor-framebuffer" # https://wiki.archlinux.org/title/HiDPI#Fractional_scaling
|
||||||
|
"variable-refresh-rate" # https://wiki.archlinux.org/title/Variable_refresh_rate#GNOME
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/mutter/wayland/keybindings" = {
|
"org/gnome/mutter/wayland/keybindings" = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue