scale bugfix

This commit is contained in:
thelamer 2025-06-28 22:25:23 -04:00
parent f9c2b0129d
commit 1898697a21
No known key found for this signature in database

View File

@ -62,6 +62,11 @@ s6-setuidgid abc xrandr --newmode "1024x768" 63.50 1024 1072 1176 1328 768 771
s6-setuidgid abc xrandr --addmode screen "1024x768"
s6-setuidgid abc xrandr --output screen --mode "1024x768" --dpi 96
# set xresources
if [ -f "${HOME}/.Xresources" ]; then
xrdb "${HOME}/.Xresources"
fi
# run
cd $HOME
exec s6-setuidgid abc \