mirror of
https://github.com/brain-hackers/buildbrain
synced 2025-01-07 12:00:12 +09:00
5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
|
if [ ! -e /etc/X11/xorg.conf.d/99-calibrator.conf ]; then
|
||
|
xinput_calibrator --output-filename /etc/X11/xorg.conf.d/99-calibrator.conf
|
||
|
fi
|
||
|
|