fix: no exit key
This commit is contained in:
@@ -117,6 +117,7 @@ int main(void) {
|
||||
InitWindow(WIDTH, HEIGHT, get_window_title());
|
||||
SetWindowState(FLAG_WINDOW_RESIZABLE);
|
||||
SetTargetFPS(60);
|
||||
SetExitKey(KEY_NULL);
|
||||
|
||||
// initialize hyprland socket path
|
||||
hyprland_socket_path = get_hyprland_socket_path();
|
||||
|
||||
Reference in New Issue
Block a user