mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-10 04:40:09 -07:00
11 lines
130 B
Plaintext
11 lines
130 B
Plaintext
|
#!/bin/sh
|
|||
|
|
|||
|
cat <<EOF
|
|||
|
|
|||
|
NOTE: You must be a part of the [1minput[m group
|
|||
|
for libinput to work.
|
|||
|
|
|||
|
-> addgroup USER input
|
|||
|
|
|||
|
EOF
|