summarylogtreecommitdiffstats
path: root/wayboard-git.install
blob: 96ce514dd70801efceebc1f7cbd33f4d2d4fed44 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  cat <<'EOF'
==> wayboard requires privileges to read keyboard input.
    • If your user is in the input group, no change is needed.
    • Otherwise, you can set the setuid bit on /usr/bin/wayboard:
        sudo chmod u+s /usr/bin/wayboard

    Review the README for details. Use at your own risk.
EOF
}