mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-11-15 14:58:04 +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
|
||
|
|