mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 11:40:21 -07:00
13 lines
179 B
Bash
Executable File
13 lines
179 B
Bash
Executable File
#!/bin/sh
|
||
|
||
cat <<EOF
|
||
|
||
NOTE: You must be a part of the [1minput[m group
|
||
for libinput to work.
|
||
|
||
-> addgroup USER input
|
||
|
||
NOTE: You also need [1mxf86-input-libinput[m.
|
||
|
||
EOF
|