Logitech MX Master: Difference between revisions
m links, formatting, added {{expand}} - kind of complicated how to setup systemd service and config. I haven't done it and don't understand it. |
m fixed a mistake about nix run |
||
| Line 6: | Line 6: | ||
* [https://search.nixos.org/packages?channel=unstable&query=Logio LogiOps] - Command Line | * [https://search.nixos.org/packages?channel=unstable&query=Logio LogiOps] - Command Line | ||
== [https://search.nixos.org/packages?channel=unstable&query=solaar Solaar] == | == [https://search.nixos.org/packages?channel=unstable&query=solaar Solaar] == | ||
It is possible to quickly | It is possible to quickly test Solaar with nix run. Settings will not persist across reboots without proper installation.<syntaxhighlight lang="nixos"> | ||
sudo nix run nixpkgs#solaar | sudo nix run nixpkgs#solaar | ||
# sudo needed to detect mouse | # sudo needed to detect mouse | ||
</syntaxhighlight> | </syntaxhighlight>To install on NixOS:<syntaxhighlight lang="nixos"> | ||
environment.systemPackages = with pkgs; [ | |||
solaar | |||
]; | |||
</syntaxhighlight>For configuration, see: [https://pwr-solaar.github.io/Solaar/index project documentation] | |||
== [https://search.nixos.org/packages?channel=unstable&query=Logio LogiOps] == | == [https://search.nixos.org/packages?channel=unstable&query=Logio LogiOps] == | ||
| Line 22: | Line 23: | ||
See [https://github.com/PixlOne/logiops/wiki/Configuration project documentation] and [https://wiki.archlinux.org/title/Logitech_MX_Master Arch Wiki] for usage and configuration details.{{expand}} | See [https://github.com/PixlOne/logiops/wiki/Configuration project documentation] and [https://wiki.archlinux.org/title/Logitech_MX_Master Arch Wiki] for usage and configuration details.{{expand}} | ||
== Tips == | == Tips and Tricks == | ||
=== Smoother Scrolling (Scroll Wheel Resolution) === | === Smoother Scrolling (Scroll Wheel Resolution) === | ||