xrandr spamming fix

This commit is contained in:
alphanu1 2018-09-10 17:42:33 +01:00 committed by GitHub
parent 7e7f95f2fe
commit d8c36e5bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,9 +70,10 @@ static void x11_display_server_destroy(void *data)
system(output);
}
}
sprintf(output,"xrandr --rmmode %s", old_mode);
system(output);
}
if (dispserv)
free(dispserv);