.xinitrc: Move volnoti and owncloud startup to i3 autostart file

This commit is contained in:
kuben
2019-12-26 18:06:38 +01:00
parent 2b0de46869
commit 0609c7cdc9
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
sleep 2
owncloud &
volnoti &
conky -c ~/.conky/arch/.conkyrc-arch &
conky -c ~/.conky/gmail/.conkyrc-gmail &
conky -c ~/.conky/weather/.conkyrc-weather1 &

View File

@@ -21,9 +21,6 @@ export CUPS_GSSSERVICENAME=HTTP
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
volnoti &
owncloud &
rm -f "~/${WM}.log.old"
mv -f "~/${WM}.log" "~/${WM}.log.old"
rm -f "~/${WM}.log"