调整 awesome 启动 picom 参数

This commit is contained in:
2024-10-21 16:24:12 +08:00
parent 87e1d3b499
commit 8345a4f7e9

View File

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