summarylogtreecommitdiffstats
path: root/keyd.install
blob: 2a10e6757a59371b486fe25f552bf567c74c6031 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	echo
	echo "NOTE: For libinput's "disable while typing" feature to work, create the following file and restart."
	echo
	cat /usr/share/doc/keyd/libinput/local-overrides.quirks
	echo
}

post_upgrade() {
	post_install
}