fix: no exit key

This commit is contained in:
2026-04-20 20:22:49 +02:00
parent 5c1f8d3b28
commit 37cfe4a6c1

View File

@@ -117,6 +117,7 @@ int main(void) {
InitWindow(WIDTH, HEIGHT, get_window_title()); InitWindow(WIDTH, HEIGHT, get_window_title());
SetWindowState(FLAG_WINDOW_RESIZABLE); SetWindowState(FLAG_WINDOW_RESIZABLE);
SetTargetFPS(60); SetTargetFPS(60);
SetExitKey(KEY_NULL);
// initialize hyprland socket path // initialize hyprland socket path
hyprland_socket_path = get_hyprland_socket_path(); hyprland_socket_path = get_hyprland_socket_path();