summaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: 0aee19a37fe041f3b1160bdd7953d90efb7f624a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
picom --config /dev/null -bfD3 --xrender-sync-fence
~/.fehbg

while true
do
    xsetroot -name "$(date "+%F %R")"
    sleep 1m
done &

exec dwm