attempt fix

This commit is contained in:
Sakooooo 2023-08-13 02:24:43 +03:00
parent 9d0db19462
commit 0c23813a2d
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -590,8 +590,8 @@ awful.spawn.with_shell(
'if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi;' .. 'if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi;' ..
'xrdb -merge <<< "awesome.started:true";' .. 'xrdb -merge <<< "awesome.started:true";' ..
-- add programs here as string and end with .. -- add programs here as string and end with ..
'keepassxc' .. 'keepassxc;' ..
'flameshot' .. 'flameshot;' ..
'nm-applet' .. 'nm-applet;' ..
'blueman-applet' 'blueman-applet;'
) )