PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.31k stars 263 forks source link

How to apply updated configuration #417

Closed kada49 closed 9 months ago

kada49 commented 10 months ago

When I change the logid.cfg file, what is the best way to apply the changes? I am making a sh script for my own to be able to change between configs, so I would like to know if there is another way of reloading except rebooting. Thanks in advance!

olekolek1000 commented 10 months ago

Try this (if you are using systemd): sudo systemctl restart logid

kada49 commented 9 months ago

works ty