fix: match window title and executable name

This commit is contained in:
2026-04-11 16:10:00 +02:00
parent 1258ea8f61
commit fb3b82d33d

View File

@@ -106,7 +106,7 @@ static Shader load_shader_from_file(const char *vs_path, const char *fs_path) {
} }
static const char* get_window_title() { static const char* get_window_title() {
return getenv("DEBUG") != NULL ? "pihkaal-wallpaper-debug" : "pihkaal-wallpaper"; return getenv("DEBUG") != NULL ? "pkl-wallpaper-debug" : "pkl-wallpaper";
} }
static char* get_hyprland_socket_path() { static char* get_hyprland_socket_path() {