From f42a3a2cc941e34dd938b1e6bc24785a44781db2 Mon Sep 17 00:00:00 2001 From: delta Date: Sun, 21 May 2023 10:12:46 +0200 Subject: major update of awesome config add new icons, switch over to using stylesheets instead of gears.color.recolor_image, add a music widget to the panel, optimize services in common.lua, fix the application lense filtering and increase the update rate of services in common.lua Signed-off-by: delta --- .config/awesome/misc/autostart.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/awesome/misc/autostart.lua') diff --git a/.config/awesome/misc/autostart.lua b/.config/awesome/misc/autostart.lua index 1747db6..3cd70f9 100644 --- a/.config/awesome/misc/autostart.lua +++ b/.config/awesome/misc/autostart.lua @@ -11,9 +11,9 @@ local programs = { "wezterm start --class code_term", "firefox", "discord", - "env LD_PRELOAD=/usr/lib/spotify-adblock.so spotify" + "LD_PRELOAD=/usr/lib/spotify-adblock.so spotify" } for _, program in ipairs(programs) do - awful.spawn(program) + awful.spawn.with_shell(program .. " 1>/dev/null 2>&1") end -- cgit v1.2.3