Add some more to setup

This commit is contained in:
2021-06-10 22:53:56 +01:00
parent ec0ec5c267
commit 1ef3b31bde
9 changed files with 73 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
#! /bin/bash
echo "Configuring MapTool"
# Scale up the GUI by 2 times for HiDPI screens
if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/.DPI" ]; then
DPI="$(cat "${XDG_CONFIG_HOME:-$HOME/.config}/x11/.DPI")"