change project name

This commit is contained in:
DreamMaoMao 2025-02-05 20:58:44 +08:00
parent 3a3b5a386c
commit f2f2bdceb3
5 changed files with 14 additions and 14 deletions

View file

@ -51,7 +51,7 @@ static int warpcursor = 1; /* Warp cursor to focused client */
static const char *const autostart[] = {
"/bin/sh",
"-c",
"~/.config/plume/autostart.sh",
"~/.config/maomao/autostart.sh",
NULL,
NULL,
};
@ -172,7 +172,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
/* commands */
// static const char *termcmd[] = { "foot", NULL };
// static const char *menucmd[] = { "wofi --conf ~/.config/plume/wofi/config_menu", NULL };
// static const char *menucmd[] = { "wofi --conf ~/.config/maomao/wofi/config_menu", NULL };
static const Key keys[] = {
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */