diff options
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/ | ||