# Volume Control for Mx Master 3s linux 1. ```sudo apt install cmake libevdev-dev libudev-dev libconfig++-dev xbindkeys xautomation``` 2. Install https://github.com/PixlOne/logiops 3. Copy config file into /etc.logid.cfg 4. Change name in file to "Mx Master 3" 5. Make custom configs 6. Create a file called .xbindkeysrc in /home/user/ dir 7. Paste contents ``` # thumb wheel up => increase volume and unmute "xte 'key XF86AudioLowerVolume'" b:6 # thumb wheel down => lower volume "xte 'key XF86AudioRaiseVolume'" b:7 # backward button => previous song "xte 'key XF86AudioNext'" b:8 # forward button => next song "xte 'key XF86AudioPrev'" b:9 # scroll wheel press => pause "xte 'key XF86AudioPlay'" b:2 ``` 8. Run xbindkeys ```xbindkeys``` 9. To stop and change config, kill using ``` pkill xbindkeys && xbindkeys ```