aboutsummaryrefslogtreecommitdiffstats
path: root/services/redshift/run
blob: 14d0e062bdbfc505a893e088477749b54f4ff8e9 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
exec \
  env \
  XDG_RUNTIME_DIR="/run/user/1000" \
  XAUTHORITY="/home/devi/.Xauthority" \
  DISPLAY=":0" \
  prime-run /usr/bin/redshift 2>&1