添加自启动程序支持

This commit is contained in:
2026-01-31 23:30:10 +08:00
parent a748159dcd
commit 5dd042384d
2 changed files with 43 additions and 0 deletions

View File

@@ -96,3 +96,10 @@ static const layout_t layout_list[] = {
{.symbol = "[M]", .arrange = monocle},
{.symbol = "><=", .arrange = nullptr},
};
static const char *const autostart_list[] = {
"gentoo-pipewire-launcher restart",
"picom -b --backend xrender",
"fcitx5 -d",
nullptr,
};