From 90fa3d5b3be9a4c03150eb76d1dae94076f899f7 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 11 Nov 2021 10:14:08 -0500 Subject: [PATCH] manually set dpi --- .config/x11/xprofile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/x11/xprofile b/.config/x11/xprofile index f7182e1..846cb22 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -1,5 +1,8 @@ #!/bin/sh +DPI=96 + +xrandr --dpi "$DPI" # This file runs when a DM logs you into a graphical session. # If you use startx/xinit like a Chad, this file will also be sourced.