diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-12 01:49:44 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-12 01:49:44 +0200 |
commit | ec12e93e26cceec37782f847b2e6d1d3e3738076 (patch) | |
tree | 6c036b5c2c6d841874ac691c470878e2a2b53584 /.xinitrc | |
parent | 9bf64e7af93508c3928db6dfbd80e93c8b55fc3f (diff) |
Setup autostart programs
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -41,4 +41,9 @@ picom --config $HOME/.config/picom/picom.conf -b & xss-lock -l -- multilockscreen -l dim --display 1 & redshift -l 56:10 & pcmanfm -d & -exec i3 +exec i3 & wmpid=$! + +sleep 5 +$HOME/.autostart & + +wait $wmpid |