File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,6 @@ int main(int argc, const char * argv[])
234
234
@" \t -m <1|2> [mute speaker OFF/ON]\n "
235
235
@" \t -v <1-254> [speaker volume]\n "
236
236
@" \t -i <1-18> [select input source]\n "
237
- @" \t -p <1|2-5> [power on | standby/off]\n "
238
237
@" \t -o [read-only orientation]\n "
239
238
@" \n "
240
239
@" ----- Settings (testing) -----\n "
@@ -306,7 +305,7 @@ int main(int argc, const char * argv[])
306
305
else if (!strcmp (argv[i], " -p" )) {
307
306
i++;
308
307
if (i >= argc) break ;
309
- [actions setObject: @[@ DPMS, [[ NSString alloc ] initWithUTF8String: argv[i]]] forKey: @" p " ];
308
+ /* was DPMS toggle, but now is no-op because it was bricking monitors (https://github.com/kfix/ddcctl/issues/89) */
310
309
}
311
310
312
311
else if (!strcmp (argv[i], " -o" )) { // read only
You can’t perform that action at this time.
0 commit comments