summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.