openrazer

This commit is contained in:
2025-05-30 10:05:02 +03:00
parent 13a7fc8e1e
commit 174a06db2a
3 changed files with 150 additions and 0 deletions

14
openrazer/postinstall.sh Normal file
View File

@ -0,0 +1,14 @@
#!/usr/bin/bash
getent group plugdev >/dev/null || groupadd -r plugdev
cat << EOF
The daemon requires you add the user to the \`plugdev\` group:
# gpasswd -a \$USER plugdev
Enable the OpenRazer daemon systemd service:
\$ systemctl --user enable openrazer-daemon.service
Reboot for changes to take effect.
EOF