Set hyprland fps to 60 for battery saving.

This commit is contained in:
jay
2025-07-19 00:45:58 -04:00
parent 7fa73b8cb8
commit 62e535f344

View File

@@ -1,7 +1,7 @@
{ ... }: { { ... }: {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
settings = { settings = {
"monitor" = "eDP-1, 2560x1600@165w:w, 0x0, 1"; "monitor" = "eDP-1, 2560x1600@60, 0x0, 1";
}; };
}; };
} }