mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Kill conky before starting it on autostart to prevent multiple conkys spawning.
This commit is contained in:
@@ -907,7 +907,7 @@ awful.spawn.with_shell("lxsession")
|
|||||||
awful.spawn.with_shell("picom")
|
awful.spawn.with_shell("picom")
|
||||||
awful.spawn.with_shell("nm-applet")
|
awful.spawn.with_shell("nm-applet")
|
||||||
awful.spawn.with_shell("volumeicon")
|
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("/usr/bin/emacs --daemon")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|||||||
@@ -774,7 +774,7 @@ awful.spawn.with_shell("lxsession")
|
|||||||
awful.spawn.with_shell("picom")
|
awful.spawn.with_shell("picom")
|
||||||
awful.spawn.with_shell("nm-applet")
|
awful.spawn.with_shell("nm-applet")
|
||||||
awful.spawn.with_shell("volumeicon")
|
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("/usr/bin/emacs --daemon")
|
||||||
|
|
||||||
awful.spawn.with_shell("xargs xwallpaper --stretch < ~/.cache/wall")
|
awful.spawn.with_shell("xargs xwallpaper --stretch < ~/.cache/wall")
|
||||||
|
|||||||
Reference in New Issue
Block a user