fix(mrmeeseeks): specity max_render_time
in sway to uncap framerate in some games
This commit is contained in:
parent
965122406c
commit
66a644ed65
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue