diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 32252e5d..0d3260b9 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -590,5 +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' + 'keepassxc' .. + 'flameshot' .. + 'nm-applet' .. + 'blueman-applet' )