Logitech MX Master: Difference between revisions

Likivik (talk | contribs)
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.
Likivik (talk | contribs)
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 run Solaar with nix run, set device settings and have them persist.<syntaxhighlight lang="nixos">
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>For more extensive configuration, gesture support, etc perform a proper install.
</syntaxhighlight>To install on NixOS:<syntaxhighlight lang="nixos">
 
  environment.systemPackages = with pkgs; [
See: [https://pwr-solaar.github.io/Solaar/index extensive documentation]
    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) ===