add more to autostart
This commit is contained in:
parent
504f6a0812
commit
9d0db19462
|
@ -590,5 +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' ..
|
||||||
|
'nm-applet' ..
|
||||||
|
'blueman-applet'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue