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

13 lines
179 B
Bash
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
cat <<EOF
NOTE: You must be a part of the input group
for libinput to work.
-> addgroup USER input
NOTE: You also need xf86-input-libinput.
EOF