From 649a80f1769099e7c0c5a7482550d65467e3e188 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sun, 4 Jan 2026 21:02:44 +0100 Subject: [PATCH] adjusted for x13 internal screen hidpi --- .config/hypr/hyprland.conf | 2 +- .wezterm.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index d587e41..91641b5 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -4,7 +4,7 @@ # # See https://wiki.hyprland.org/Configuring/Monitors/ -#monitor=eDP-1,1920x1080@120, 0x0, 1 +monitor=eDP-1,1920x1080@120, 0x0, 1 monitor=HDMI-A-1,2560x1440@74.78, 1920x0, 1 #monitor=DP-1,2560x1440@60,1920x0, 1 diff --git a/.wezterm.lua b/.wezterm.lua index 9079e6e..829dfd8 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -11,8 +11,8 @@ config.initial_cols = 180 config.initial_rows = 28 -- or, changing the font size and color scheme. -config.font_size = 15 --- config.dpi=180 +config.font_size = 11 +--config.dpi=180 --config.color_scheme = 'AdventureTime' config.color_scheme = "tokyonight_moon"