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'
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.
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?