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

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

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