summaryrefslogtreecommitdiff
path: root/.config/i3/init
blob: d3eca3f36932b7f6481dd54b760509ba05e68018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

greenclip daemon &
playerctld daemon &
nitrogen --restore
redshift -l 56:10 &
pcmanfm -d &
nm-applet &
exec i3 & wmpid=$!

sleep 5
source $HOME/.config/i3/after
wait $wmpid