diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index c74320bd..32252e5d 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -590,6 +590,5 @@ 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' + 'keepassxc' )