@@ -12,8 +12,6 @@ First install pip, and then run
1212This will not install the Solaar udev rule, which you will need to install manually by copying
1313` ~/.local/lib/udev/rules.d/42-logitech-unify-permissions.rules `
1414to ` /etc/udev/rules.d ` as root.
15- If you want Solaar rules to simulate input you will have to instead install Solaar's uinput udev rule
16- from the GitHub repository.
1715
1816## Installing in macOS
1917
@@ -52,8 +50,6 @@ First, install the needed system packages by `make install_apt`
5250or ` make install_dnf ` or ` make install_brew ` .
5351These might not install all needed packages in older versions of your distribution.
5452Next, install the Solaar rule via ` make install_udev ` .
55- If you are using Wayland instead of X11 you may want to instead ` make install_udev_uinput `
56- so that Solaar rules can simulate input in Wayland.
5753Finally, install Solaar via ` make install_pip ` or ` make install_pipx ` .
5854
5955Parts of the installation process require sudo privileges so you may be asked for your password.
@@ -129,8 +125,6 @@ For more information see [the rules page](https://pwr-solaar.github.io/Solaar/ru
129125You can install Solaar's udev rule manually by copying the file
130126` rules.d/42-logitech-unify-permissions.rules `
131127as root from the Solaar repository to ` /etc/udev/rules.d ` .
132- In Wayland you may want to instead copy
133- ` rules.d-uinput/42-logitech-unify-permissions.rules ` .
134128Let udev reload its rules by running ` sudo udevadm control --reload-rules ` .
135129
136130# Solaar in other languages
0 commit comments