blob: 647758620e139febb884f8d89ed5bd9823719107 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
xsetroot -solid "#000000" &
xset b off
# start up picom to avoid screen tearing
#picom --vsync &
xrdb -load ~/.Xresources &
xclock -bg black -fg "#e8e8e8" -hd red -geometry -0+0 -digital -brief &
exec cwm
|