Only allow x11 for now

This commit is contained in:
dec05eba
2024-09-11 19:51:57 +02:00
parent c6942aaa9a
commit 7d6732a7d3
5 changed files with 17 additions and 9 deletions

View File

@@ -80,6 +80,8 @@ int main(void) {
pid_t overlay_pid = -1;
fprintf(stderr, "gsr overlay is now ready, waiting for inputs. Press alt+z to show/hide the overlay\n");
XEvent xev;
for(;;) {
XNextEvent(display, &xev);