添加自动运行功能

This commit is contained in:
2025-09-02 01:04:50 +08:00
parent 8cccf23a32
commit 6719ccca2b
2 changed files with 38 additions and 0 deletions

View File

@@ -172,3 +172,8 @@ const uint32_t client_name_x_padding = 10;
const uint32_t status_x_padding = 4;
const uint32_t status_icon_padding = 2;
const uint32_t border_width = 1;
const char *autostart_list[] = {
"gentoo-pipewire-launcher restart",
"picom -b --backend xrender",
};