aboutsummaryrefslogtreecommitdiffstats
path: root/services/redshift/run
diff options
context:
space:
mode:
Diffstat (limited to 'services/redshift/run')
-rwxr-xr-xservices/redshift/run7
1 files changed, 7 insertions, 0 deletions
diff --git a/services/redshift/run b/services/redshift/run
new file mode 100755
index 0000000..14d0e06
--- /dev/null
+++ b/services/redshift/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+exec \
+ env \
+ XDG_RUNTIME_DIR="/run/user/1000" \
+ XAUTHORITY="/home/devi/.Xauthority" \
+ DISPLAY=":0" \
+ prime-run /usr/bin/redshift 2>&1