This commit is contained in:
parent
dc8a09b44d
commit
9b0dd56aae
1 changed files with 5 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ in {
|
|||
monitor = [
|
||||
"HDMI-A-1, 1920x1080@144, 0x0, 1"
|
||||
"DP-1, 1920x1080@165, 0x0, 1, bitdepth, 10, cm, auto"
|
||||
"DP-2, 2560x1440@179.98, 0x0, 1, bitdepth, 10, cm, wide"
|
||||
"DP-2, 2560x1440@179.98, 0x0, 1, bitdepth, 10"
|
||||
"eDP-1, 1920x1080, 0x0, 1"
|
||||
"sunshine, 1920x1080@165, 0x0, 1"
|
||||
];
|
||||
|
|
@ -168,7 +168,7 @@ in {
|
|||
};
|
||||
|
||||
misc = {
|
||||
vrr = 3;
|
||||
vrr = 1;
|
||||
};
|
||||
|
||||
input = {
|
||||
|
|
@ -316,6 +316,9 @@ in {
|
|||
# Set game type for megabonk
|
||||
"match:class ^(Megabonk.x86_64), content game"
|
||||
|
||||
# Set game type for games made in love
|
||||
"match:class ^(love), content game"
|
||||
|
||||
# Enable tearing for games
|
||||
"immediate yes, match:content 3"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue