From 741b413fb302198a129bc215ae11f37b2fdaacea Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Mon, 8 Jan 2024 11:20:23 -0800 Subject: [PATCH] Force explicit mode for my TV Left to its own devices, my TV will default to a mode that runs at 59Hz. This can, in some situations, cause really weird input latency issues on both displays as they're running at different refresh rates. So this forces my TV to 60Hz to match my main displays. This is system-specific and should possibly go into some imported "local" file but meh. --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 2b27f63..009aab4 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -197,7 +197,7 @@ input * { # Set up displays (main desktop, main and TV) output "Samsung Electric Company T24B350 Unknown" pos -1920 0 output "Ancor Communications Inc VE247 G6LMQS117385" transform 270 pos 0 0 -output "Synaptics Inc 232-S13 0x000001B0" pos 1080 0 +output "Synaptics Inc 232-S13 0x000001B0" pos 1080 0 mode 1280x720@60.000Hz # Execute dbus environment stuff # This makes the user keychain work among other things