diff options
author | terminaldweller <thabogre@gmail.com> | 2022-02-04 15:00:50 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-02-04 15:00:50 +0000 |
commit | a045287eb63b89cc3a8bd3e1719584978b115e6d (patch) | |
tree | bea66d080d3d12aa59168471484ee4c4587f127e /services/clipd/run | |
parent | updates (diff) | |
download | scripts-a045287eb63b89cc3a8bd3e1719584978b115e6d.tar.gz scripts-a045287eb63b89cc3a8bd3e1719584978b115e6d.zip |
clipd is finally working
Diffstat (limited to 'services/clipd/run')
-rwxr-xr-x | services/clipd/run | 3 |
1 files changed, 3 insertions, 0 deletions
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 |