Override files / add calibration script for the first run

This commit is contained in:
Takumi Sueda
2021-03-22 20:14:04 +09:00
parent 2e0d446f9c
commit 039a0f2868
7 changed files with 296 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
if [ ! -e /etc/X11/xorg.conf.d/99-calibrator.conf ]; then
xinput_calibrator --output-filename /etc/X11/xorg.conf.d/99-calibrator.conf
fi