diff --git a/dot-config/hypr/monitors.conf b/dot-config/hypr/monitors.conf index 26549dd..f382b9f 100644 --- a/dot-config/hypr/monitors.conf +++ b/dot-config/hypr/monitors.conf @@ -2,7 +2,18 @@ # Monitors # #===========================================================================# -monitor=DP-1, 3440x1440@100, 1920x0, 1 -monitor=HDMI-A-2, 1920x1200@60, 0x0, 1 -monitor=HDMI-A-1, 1920x1200@60, 2680x1440, 1 -#monitor=HDMI-A-2, 1366x768@60, 0x0, 1 +monitor=DSI-1, 1600x2560@120, 0x0, 1.6, transform, 3 + +render { + explicit_sync = 0 + explicit_sync_kms = 0 + direct_scanout = false +} + +cursor { + no_hardware_cursors = true +} + +xwayland { + force_zero_scaling = true +}