diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-12 11:47:26 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-12 12:09:34 +0800 |
| commit | fc1625c83ac1a3676cf5a29bd12ac4b01324b395 (patch) | |
| tree | 0d5cc188b3f720011024acd2ac6aaf37b20fdc17 /Makefile | |
| parent | 89354e00b4242a55e7f0285a7e4e9c277e9fc5ca (diff) | |
Add settings for libinput
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -46,3 +46,6 @@ wiki: | |||
| 46 | 46 | ||
| 47 | crontab: | 47 | crontab: |
| 48 | (crontab -l 2>/dev/null; cat tools/*.cron) | crontab - | 48 | (crontab -l 2>/dev/null; cat tools/*.cron) | crontab - |
| 49 | |||
| 50 | libinput: | ||
| 51 | sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/ | ||