manually set dpi
This commit is contained in:
parent
2ddfa7ab0f
commit
90fa3d5b3b
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue