set Hz to 60

This commit is contained in:
KoenDR06 2026-01-31 16:46:31 +01:00
parent d3b6afed72
commit 1df9be52c7

View file

@ -11,6 +11,8 @@
x = 0; x = 0;
y = 0; y = 0;
wallpaper = ../../misc/landscape.png; wallpaper = ../../misc/landscape.png;
refreshRate = "60";
resolution = "2560x1440";
} }
{ {
output = "DP-3"; output = "DP-3";
@ -19,6 +21,8 @@
transform = 1; transform = 1;
wallpaper = ../../misc/portrait.png; wallpaper = ../../misc/portrait.png;
bar = "top"; bar = "top";
refreshRate = "60";
resolution = "2560x1440";
} }
]; ];
bindWorkspaces = "interlaced"; bindWorkspaces = "interlaced";