This commit is contained in:
2025-07-05 10:15:23 +02:00
parent 2a23f575b2
commit 2ca846d0a3
6 changed files with 62 additions and 62 deletions

View File

@@ -65,7 +65,7 @@ in {
(mkIf (host == "cnixtop") {
programs.hyprland.settings = {
render = {
direct_scanout = false;
direct_scanout = 1;
};
cursor = {
no_hardware_cursors = 2;
@@ -75,6 +75,7 @@ in {
};
misc = {
vrr = 0;
vfr = true;
};
};
})
@@ -89,7 +90,7 @@ in {
};
misc = {
vrr = 0;
vfr = 1;
vfr = true;
};
};
})
@@ -97,7 +98,7 @@ in {
(mkIf (host == "toothpc") {
programs.hyprland.settings = {
render = {
direct_scanout = false;
direct_scanout = 0;
};
cursor = {
no_hardware_cursors = true;