diff options
-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 |