From 0c23813a2d872eaec2c33e3b1b6ca4d7d0a8b088 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 13 Aug 2023 02:24:43 +0300 Subject: [PATCH] attempt fix --- config/awesome/rc.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 0d3260b9..b2e9f0a7 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -590,8 +590,8 @@ awful.spawn.with_shell( 'if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi;' .. 'xrdb -merge <<< "awesome.started:true";' .. -- add programs here as string and end with .. - 'keepassxc' .. - 'flameshot' .. - 'nm-applet' .. - 'blueman-applet' + 'keepassxc;' .. + 'flameshot;' .. + 'nm-applet;' .. + 'blueman-applet;' )