mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 03:02:32 +00:00
Compare commits
3 commits
3b62217417
...
0a3a2c696d
Author | SHA1 | Date | |
---|---|---|---|
0a3a2c696d | |||
250bb233ed | |||
f131fcbc4a |
|
@ -97,7 +97,7 @@ Installation
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
git clone --recurse-submodules --remote-submodules --depth 1 -j 2 https://github.com/lcpz/awesome-copycats.git
|
git clone --recurse-submodules --remote-submodules --depth 1 -j 2 https://github.com/lcpz/awesome-copycats.git
|
||||||
mv -bv awesome-copycats/{*,.[^.]*} ~/.config/awesome; rm -rf awesome-copycats
|
mkdir -p ~/.config/awesome && mv -bv awesome-copycats/{*,.[^.]*} ~/.config/awesome && rm -rf awesome-copycats
|
||||||
|
|
||||||
In case you do not want the Git files, use the following as the second command:
|
In case you do not want the Git files, use the following as the second command:
|
||||||
|
|
||||||
|
|
|
@ -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