feat(hyprland): better vrr and tearing settings.
This commit is contained in:
parent
5ab4635c92
commit
836243bfab
1 changed files with 11 additions and 2 deletions
|
|
@ -155,7 +155,7 @@ in {
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
# Breaks mouse in fullscreen
|
# Breaks mouse in fullscreen
|
||||||
# no_break_fs_vrr = 1;
|
no_break_fs_vrr = 1;
|
||||||
no_hardware_cursors = 1;
|
no_hardware_cursors = 1;
|
||||||
# use_cpu_buffer = 0;
|
# use_cpu_buffer = 0;
|
||||||
};
|
};
|
||||||
|
|
@ -202,7 +202,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
misc = {
|
misc = {
|
||||||
vrr = 2;
|
vrr = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
|
|
@ -330,6 +330,15 @@ in {
|
||||||
"idle_inhibit fullscreen, match:class ^(*)$"
|
"idle_inhibit fullscreen, match:class ^(*)$"
|
||||||
"idle_inhibit fullscreen, match:title ^(*)$"
|
"idle_inhibit fullscreen, match:title ^(*)$"
|
||||||
"idle_inhibit fullscreen, match:fullscreen 1"
|
"idle_inhibit fullscreen, match:fullscreen 1"
|
||||||
|
|
||||||
|
# Set game type for gamescope windows
|
||||||
|
"match:class ^(gamescope)$, content game"
|
||||||
|
|
||||||
|
# Set game type for steam_app games
|
||||||
|
"match:class ^(steam_app_.*), content game"
|
||||||
|
|
||||||
|
# Enable tearing for games
|
||||||
|
"immediate yes, match:content 3"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue