revert refreshrate

This commit is contained in:
KoenDR06 2026-02-02 21:56:14 +01:00
parent 6ad5b53896
commit 0385bf293e

View file

@ -11,7 +11,7 @@
x = 0; x = 0;
y = 0; y = 0;
wallpaper = ../../misc/landscape.png; wallpaper = ../../misc/landscape.png;
refreshRate = "60"; refreshRate = "165";
resolution = "2560x1440"; resolution = "2560x1440";
} }
{ {
@ -21,7 +21,7 @@
transform = 1; transform = 1;
wallpaper = ../../misc/portrait.png; wallpaper = ../../misc/portrait.png;
bar = "top"; bar = "top";
refreshRate = "60"; refreshRate = "165";
resolution = "2560x1440"; resolution = "2560x1440";
} }
]; ];