From 7e8812e7ec61aeed24d94678f6d109f77fb3ad62 Mon Sep 17 00:00:00 2001 From: Toma Adrian Ionut Date: Tue, 22 Nov 2022 19:14:26 +0200 Subject: [PATCH] update --- themes/vertex/startup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vertex/startup.lua b/themes/vertex/startup.lua index b683324..61bf621 100644 --- a/themes/vertex/startup.lua +++ b/themes/vertex/startup.lua @@ -5,7 +5,7 @@ local startup = { awful.spawn.with_shell("nitrogen --set-zoom-fill --no-recurse --random --head=0 ~/Pictures/SFW/Nature"), awful.spawn.with_shell("optimus-manager-qt"), - os.execute("picom -b"), + awful.spawn.with_shell("picom -b"), -- Mute volume on startup os.execute(string.format("amixer set Master 0%%")),