attempt fix
This commit is contained in:
parent
9d0db19462
commit
0c23813a2d
1 changed files with 4 additions and 4 deletions
|
@ -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;'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue