Results 6 comments of Yuan Zhu

`/usr/local/bin/limelight --config `

@ivanddm Try this: ``` Label com.ivan.startup OnDemand LaunchOnlyOnce UserName ivan Program /usr/local/bin/limelight ProgramArguments --config ```

@ivanddm @m4rkv5 https://github.com/koekeishiya/limelight/blob/813efae664c1498c78f95f771cbb47b27b444fcb/src/limelight.c#L158 make sure the config file `~/.config/limelight/limelightrc` executable ``` chmod +x ~/.config/limelight/limelightrc ``` limelight auto load the config

@m4rkv5 it works now, limelight will auto load the config from `~/.config/limelight/limelightrc`, make the config file executable and add a plist in `~/Library/LaunchAgents`

@m4rkv5 add `PATH` in plist ``` EnvironmentVariables PATH /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin ```

可以看官方的步骤说明 https://antv.alipay.com/zh-cn/g2/3.x/tutorial/how-to-use-slider.html