mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Kill conky before starting it on autostart to prevent multiple conkys spawning.
This commit is contained in:
parent
07b52578d4
commit
bb70e9f235
2 changed files with 2 additions and 2 deletions
|
@ -907,7 +907,7 @@ awful.spawn.with_shell("lxsession")
|
|||
awful.spawn.with_shell("picom")
|
||||
awful.spawn.with_shell("nm-applet")
|
||||
awful.spawn.with_shell("volumeicon")
|
||||
awful.spawn.with_shell("sleep 2 && conky -c $HOME/.config/conky/awesome/" .. "doom-one" .. "-01.conkyrc")
|
||||
awful.spawn.with_shell("killall conky && conky -c $HOME/.config/conky/awesome/" .. "doom-one" .. "-01.conkyrc")
|
||||
awful.spawn.with_shell("/usr/bin/emacs --daemon")
|
||||
#+END_SRC
|
||||
|
||||
|
|
|
@ -774,7 +774,7 @@ awful.spawn.with_shell("lxsession")
|
|||
awful.spawn.with_shell("picom")
|
||||
awful.spawn.with_shell("nm-applet")
|
||||
awful.spawn.with_shell("volumeicon")
|
||||
awful.spawn.with_shell("sleep 2 && conky -c $HOME/.config/conky/awesome/" .. "doom-one" .. "-01.conkyrc")
|
||||
awful.spawn.with_shell("killall conky && conky -c $HOME/.config/conky/awesome/" .. "doom-one" .. "-01.conkyrc")
|
||||
awful.spawn.with_shell("/usr/bin/emacs --daemon")
|
||||
|
||||
awful.spawn.with_shell("xargs xwallpaper --stretch < ~/.cache/wall")
|
||||
|
|
Loading…
Reference in a new issue