opt:support use MAOMAOCONFIG env to set config path and chvt as default keybind

This commit is contained in:
DreamMaoMao 2025-02-23 19:55:42 +08:00
parent ae865e67bd
commit 90c69a7fa1
5 changed files with 89 additions and 37 deletions

View file

@ -136,7 +136,3 @@ enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TAP_MAP_LRM;
static const char *tags[] = {
"1", "2", "3", "4", "5", "6", "7", "8", "9",
};
static const char *const autostart[] = {
"/bin/sh", "-c", "~/.config/maomao/autostart.sh", NULL, NULL,
};