From 8e397dabc89d96c1ff14f8cf2ed8b0c8a02c53a6 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Thu, 12 Jan 2023 11:21:25 +0530 Subject: [PATCH] set HiDPI scaling to 150% --- .Xresources | 2 +- .config/alacritty/alacritty.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.Xresources b/.Xresources index d357925..f96bb75 100644 --- a/.Xresources +++ b/.Xresources @@ -1,3 +1,3 @@ -Xft.dpi: 120 +Xft.dpi: 144 Xcursor.theme: Breeze Xcursor.size: 31 diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 28c428a..9c22df8 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -160,7 +160,7 @@ font: style: Bold Italic # Point size - size: 14.0 + size: 12.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter