mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 03:02:32 +00:00
remove spurious parenthesis
as observered by @lcpz in https://github.com/lcpz/awesome-copycats/pull/313/files#r1797683276
This commit is contained in:
parent
00b8228c01
commit
250bb233ed
|
@ -77,7 +77,7 @@ awful.spawn.with_shell(
|
||||||
'xrdb -merge <<< "awesome.started:true";' ..
|
'xrdb -merge <<< "awesome.started:true";' ..
|
||||||
-- list each of your autostart commands, followed by ; inside single quotes, followed by ..
|
-- list each of your autostart commands, followed by ; inside single quotes, followed by ..
|
||||||
'dex --environment Awesome --autostart --search-paths ' ..
|
'dex --environment Awesome --autostart --search-paths ' ..
|
||||||
'"${XDG_CONFIG_HOME:-$HOME/.config}/autostart:${XDG_CONFIG_DIRS:-/etc/xdg}/autostart";') -- https://github.com/jceb/dex
|
'"${XDG_CONFIG_HOME:-$HOME/.config}/autostart:${XDG_CONFIG_DIRS:-/etc/xdg}/autostart";' -- https://github.com/jceb/dex
|
||||||
)
|
)
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue