From 66a644ed65370f104eae9a83c68e3cf7d7220926 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 17 Nov 2024 18:25:29 +0100 Subject: [PATCH] fix(mrmeeseeks): specity `max_render_time` in sway to uncap framerate in some games --- hosts/mrmeeseeks/includes/home-manager.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/mrmeeseeks/includes/home-manager.nix b/hosts/mrmeeseeks/includes/home-manager.nix index 71e8639..e911320 100644 --- a/hosts/mrmeeseeks/includes/home-manager.nix +++ b/hosts/mrmeeseeks/includes/home-manager.nix @@ -1,13 +1,15 @@ _: { wayland.windowManager.sway.checkConfig = false; wayland.windowManager.sway.config.output = { - "Iiyama North America PL2792UH 1166310803122" = { + "Iiyama North America PL2792UH 1166310803122" = { + max_render_time = "5"; mode = "3840x2160@60Hz"; position = "1235,0"; scale = "1.75"; bg = "~/medias/images/wallpapers/desktop.jpg center #000000"; }; "Iiyama North America PL2792UH 1176923201598" = { + max_render_time = "5"; mode = "3840x2160@60Hz"; position = "0,0"; scale = "1.75";