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 | |
parent | 9bf64e7af93508c3928db6dfbd80e93c8b55fc3f (diff) |
Setup autostart programs
-rw-r--r-- | .config/i3/config | 1 | ||||
-rw-r--r-- | .xinitrc | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 9c94a08..72c0477 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -161,4 +161,5 @@ for_window [title="^Steam Keyboard$"] floating enable ##### Exec +exec --no-startup-id nm-applet exec_always --no-startup-id $HOME/.config/polybar/launch.sh @@ -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 |