From 9d0db194629fd3c437c165dcb90348d127732223 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 13 Aug 2023 02:17:50 +0300 Subject: [PATCH] add more to autostart --- config/awesome/rc.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' )