logiops icon indicating copy to clipboard operation
logiops copied to clipboard

Running logid action from command line

Open rizaumami opened this issue 1 year ago • 1 comments

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'

rizaumami avatar May 14 '24 18:05 rizaumami

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.

MariusAlbrecht avatar Jun 06 '24 17:06 MariusAlbrecht