sway: Disable adaptive sync

This commit is contained in:
PapaTutuWawa 2021-11-06 21:38:12 +01:00
parent b201f14e51
commit 9612cc89de

View File

@ -87,9 +87,10 @@ in {
}; };
"2:10:TPPS/2_Elan_TrackPoint" = { dwt = "enabled"; }; "2:10:TPPS/2_Elan_TrackPoint" = { dwt = "enabled"; };
}; };
output = { # NOTE: Somehow the cursor sometimes lags a bit
"*" = { adaptive_sync = "on"; }; #output = {
}; # "*" = { adaptive_sync = "on"; };
#};
keybindings = let keybindings = let
speakers = "alsa_output.pci-0000_00_1f.3.analog-stereo"; speakers = "alsa_output.pci-0000_00_1f.3.analog-stereo";
in lib.mkOptionDefault { in lib.mkOptionDefault {