From 37cfe4a6c19bf57f45229adf2a7f2eb9dee343f6 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Mon, 20 Apr 2026 20:22:49 +0200 Subject: [PATCH] fix: no exit key --- src/wallpaper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallpaper.c b/src/wallpaper.c index a1b433e..a2fd937 100644 --- a/src/wallpaper.c +++ b/src/wallpaper.c @@ -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();