diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-11-11 10:14:08 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-11-11 10:14:08 -0500 |
| commit | 90fa3d5b3be9a4c03150eb76d1dae94076f899f7 (patch) | |
| tree | 0559c9c2bf6b7e535ed023d2dcda251be432e6c9 /.config/x11/xprofile | |
| parent | 2ddfa7ab0f2597b26be9872e37d7374b75a72678 (diff) | |
| download | eibhear-90fa3d5b3be9a4c03150eb76d1dae94076f899f7.tar.gz eibhear-90fa3d5b3be9a4c03150eb76d1dae94076f899f7.tar.zst eibhear-90fa3d5b3be9a4c03150eb76d1dae94076f899f7.zip | |
manually set dpi
Diffstat (limited to '.config/x11/xprofile')
| -rwxr-xr-x | .config/x11/xprofile | 3 |
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. |
