summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-11-11 10:14:08 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-11-11 10:14:08 -0500
commit90fa3d5b3be9a4c03150eb76d1dae94076f899f7 (patch)
tree0559c9c2bf6b7e535ed023d2dcda251be432e6c9
parent2ddfa7ab0f2597b26be9872e37d7374b75a72678 (diff)
downloadeibhear-90fa3d5b3be9a4c03150eb76d1dae94076f899f7.tar.gz
eibhear-90fa3d5b3be9a4c03150eb76d1dae94076f899f7.tar.zst
eibhear-90fa3d5b3be9a4c03150eb76d1dae94076f899f7.zip
manually set dpi
-rwxr-xr-x.config/x11/xprofile3
1 files changed, 3 insertions, 0 deletions
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.