更新 awesomewm 开启时执行的命令

This commit is contained in:
2025-05-06 17:00:47 +08:00
parent 5498db74d5
commit 62cc24ac44

View File

@@ -57,7 +57,7 @@ local function run_once(cmd_arr)
end
end
run_once({ "unclutter -root", "gentoo-pipewire-launcher", "picom -b --backend xrender" }) -- entries must be separated by commas
run_once({ "unclutter -root", "gentoo-pipewire-launcher restart", "picom -b --backend xrender" }) -- entries must be separated by commas
-- This function implements the XDG autostart specification
--[[