PixlOne / logiops

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

Running logid action from command line #458

Open rizaumami opened 3 months ago

rizaumami commented 3 months ago

Is logid action can be called using command line? I want to seamlessly change host when mouse cursor reach monitor's edge. Perhaps something like this?

xdotool behave_screen_edge left exec 'logid ChangeHost prev'
MariusAlbrecht commented 3 months ago

that's not what logid does I think. Logid helps you specify actions which get executed on certain key presses and mouse movements. Logid doesn't execute these actions from the command line.