Logitech MX Master: Difference between revisions

Added LogiOps sample config highlighting how to handle hexadecimal values for `CIDs`; Added code syntax for `/etc/logid.cfg` path.
Correct syntax highlighting in logiops notes
 
(One intermediate revision by the same user not shown)
Line 71: Line 71:


<syntaxhighlight lang="nixos">
<syntaxhighlight lang="nixos">
# Adds `pkgs.logitech-udev-rules` and `pkgs.ltunify`
hardware.logitech.wireless.enable = true;
hardware.logitech.wireless.enable = true;


Line 132: Line 133:
};
};
</syntaxhighlight>
</syntaxhighlight>
Additional recommendations:
* Use a dedicated file for trial-and-error, i.e. <code>sudo logid -c ./logid.cfg -v</code>
* If auto-detection fails, turn Off/On device while <code>logid</code> is running.


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}}