2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/xorg/libinput/post-install

18 lines
363 B
Plaintext
Raw Normal View History

2019-09-06 12:33:11 +00:00
#!/bin/sh
cat <<EOF
NOTE: You must be a part of the input group
for libinput to work.
NOTE: This groups based permissions model may not
be suitable if KISS will be used as a multi
user system. Further configuration can be
done at your own discretion.
2019-09-06 12:33:11 +00:00
-> addgroup USER input
2019-09-13 13:29:04 +00:00
NOTE: You also need xf86-input-libinput.
2019-09-06 12:33:11 +00:00
EOF