change: change project name to mango

This commit is contained in:
DreamMaoMao 2025-07-30 14:54:59 +08:00
parent b8f5439c45
commit e93104f120
17 changed files with 96 additions and 97 deletions

View file

@ -4176,7 +4176,7 @@ void create_output(struct wlr_backend *backend, void *data) {
void setup(void) {
setenv("XCURSOR_SIZE", "24", 1);
setenv("XDG_CURRENT_DESKTOP", "maomao", 1);
setenv("XDG_CURRENT_DESKTOP", "mango", 1);
parse_config();
init_baked_points();
@ -5144,7 +5144,7 @@ int main(int argc, char *argv[]) {
else if (c == 'd')
log_level = WLR_DEBUG;
else if (c == 'v')
die("maomao " VERSION);
die("mango " VERSION);
else
goto usage;
}