manually set dpi

This commit is contained in:
Luke Smith 2021-11-11 10:14:08 -05:00
parent 2ddfa7ab0f
commit 90fa3d5b3b
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
DPI=96
xrandr --dpi "$DPI"
# This file runs when a DM logs you into a graphical session. # 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. # If you use startx/xinit like a Chad, this file will also be sourced.