fa210235f5b9835cbbd7bd9367bf1b50ba55aec8
[distro-setup] / filesystem / etc / X11 / Xsession.d / 98iank
1 # no screensaver for htpc machine
2 if [[ $HOSTNAME != frodo ]]; then
3 /usr/share/xscreensaver/xscreensaver-wrapper.sh &
4 fi
5
6 /a/exe/lnf -T /p/arbtt-capture.log ~/.arbtt/capture.log
7
8 # docs say a sample rate less than 20 is probably not worth the data cost,
9 # but it seems pretty small to me
10 arbtt-capture --sample-rate=10 &