From 192750e47dd5595b0393abb861208c4712c3ef16 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Thu, 7 Aug 2025 18:41:00 +0800 Subject: [PATCH] =?UTF-8?q?awesome=20=E4=B8=8D=E5=86=8D=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20unclutter=20=E9=9A=90=E8=97=8F=E9=BC=A0=E6=A0=87=E5=85=89?= =?UTF-8?q?=E6=A0=87?= 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 372821c..f6c6f0c 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", "gentoo-pipewire-launcher restart", "picom -b --backend xrender" }) -- entries must be separated by commas +run_once({ "gentoo-pipewire-launcher restart", "picom -b --backend xrender" }) -- entries must be separated by commas -- This function implements the XDG autostart specification --[[