mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
switch to fv43u
This commit is contained in:
@@ -17,7 +17,7 @@ in
|
||||
config = mkIf cfg.enable {
|
||||
fonts.fontconfig.subpixel.rgba = "bgr";
|
||||
hardware.gbmonctl.enable = true;
|
||||
boot.kernelParams = [ "video=3840x2160@144" ];
|
||||
boot.kernelParams = [ "video=3840x2160@120" ];
|
||||
|
||||
home-manager.users.${username}.wayland.windowManager.hyprland.settings = {
|
||||
general.layout = "master";
|
||||
@@ -27,8 +27,8 @@ in
|
||||
mfact = 0.4;
|
||||
};
|
||||
monitor = [
|
||||
"DP-1,highrr,0x0,1"
|
||||
"DP-1,addreserved,340,0,0,0"
|
||||
"DP-3,3840x2160@120,0x0,1,bitdepth,10"
|
||||
"DP-3,addreserved,340,0,0,0"
|
||||
];
|
||||
xwayland.force_zero_scaling = true;
|
||||
misc.vrr = 2; # VA suffers from VRR flicker
|
||||
|
||||
Reference in New Issue
Block a user