优化默认配置

This commit is contained in:
DreamMaoMao 2025-02-23 19:58:05 +08:00
parent 91af20b796
commit b531135211
3 changed files with 82 additions and 21 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,
};