From 024d91fbcef18e5611b2958ac8cec8722f2fc6c1 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Wed, 20 Nov 2024 22:10:58 +0500 Subject: [PATCH] hyprland: nabu screen setup --- dot-config/hypr/monitors.conf | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) 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 +}