feat: disable tearing, not needed with gsync.
All checks were successful
/ cache (push) Successful in 1m13s
All checks were successful
/ cache (push) Successful in 1m13s
This commit is contained in:
parent
4b1273232f
commit
bfe56f6131
1 changed files with 3 additions and 3 deletions
|
|
@ -118,7 +118,7 @@ in {
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
no_break_fs_vrr = 0;
|
no_break_fs_vrr = 0;
|
||||||
no_hardware_cursors = 1;
|
no_hardware_cursors = 0;
|
||||||
use_cpu_buffer = 1;
|
use_cpu_buffer = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -170,7 +170,7 @@ in {
|
||||||
border_size = 1;
|
border_size = 1;
|
||||||
gaps_in = 3;
|
gaps_in = 3;
|
||||||
gaps_out = 6;
|
gaps_out = 6;
|
||||||
allow_tearing = true;
|
# allow_tearing = true;
|
||||||
layout = "master";
|
layout = "master";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -328,7 +328,7 @@ in {
|
||||||
"match:class ^(love), content game"
|
"match:class ^(love), content game"
|
||||||
|
|
||||||
# Enable tearing for games
|
# Enable tearing for games
|
||||||
"immediate yes, match:content 3"
|
# "immediate yes, match:content 3"
|
||||||
|
|
||||||
# Set video type to stremio
|
# Set video type to stremio
|
||||||
"match:class ^(com.stremio.Stremio), content video"
|
"match:class ^(com.stremio.Stremio), content video"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue