We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12a804 commit b13e333Copy full SHA for b13e333
repowm.c
@@ -3062,7 +3062,7 @@ void run(void)
3062
3063
void runAutostart(void)
3064
{
3065
- system("command -v repo-exec || { sleep 4 && notify-send 'repo-exec missing, please install repo-exec!!!'; } &");
+ // system("command -v repo-exec || { sleep 4 && notify-send 'repo-exec missing, please install repo-exec!!!'; } &");
3066
if (usedbar)
3067
3068
system("command -v repobar || { sleep 4 && notify-send 'repobar script is missing'; } &");
0 commit comments