sway: Disable adaptive sync
This commit is contained in:
parent
b201f14e51
commit
9612cc89de
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user