From a045287eb63b89cc3a8bd3e1719584978b115e6d Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 4 Feb 2022 18:30:50 +0330 Subject: clipd is finally working --- services/clipd/log/run | 3 +++ services/clipd/run | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 services/clipd/log/run create mode 100755 services/clipd/run diff --git a/services/clipd/log/run b/services/clipd/log/run new file mode 100755 index 0000000..2e8f4b7 --- /dev/null +++ b/services/clipd/log/run @@ -0,0 +1,3 @@ +#!/bin/sh + +exec logger -t clipd -p daemon.notice diff --git a/services/clipd/run b/services/clipd/run new file mode 100755 index 0000000..ff08969 --- /dev/null +++ b/services/clipd/run @@ -0,0 +1,3 @@ +#!/bin/sh +exec 2>&1 +DISPLAY=:0.0 exec /home/devi/scripts/bin/clipd -- cgit v1.2.3