From 8345a4f7e9bcba8f34dd7199f030d5279a7833b7 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Mon, 21 Oct 2024 16:24:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20awesome=20=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=20picom=20=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 20018f1..691be47 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -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 --[[