diff options
author | terminaldweller <thabogre@gmail.com> | 2022-02-13 16:58:00 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-02-13 16:58:00 +0000 |
commit | 32fc608650b5aa824d87182e0491e0d9f5da7efe (patch) | |
tree | 70bb1649076c5964fc058a30abb86d4ba5a34a57 /services/clipd | |
parent | more polishing for clipd (diff) | |
download | scripts-32fc608650b5aa824d87182e0491e0d9f5da7efe.tar.gz scripts-32fc608650b5aa824d87182e0491e0d9f5da7efe.zip |
updates
Diffstat (limited to 'services/clipd')
-rwxr-xr-x | services/clipd/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/clipd/run b/services/clipd/run index ff08969..493539d 100755 --- a/services/clipd/run +++ b/services/clipd/run @@ -1,3 +1,3 @@ #!/bin/sh exec 2>&1 -DISPLAY=:0.0 exec /home/devi/scripts/bin/clipd +DISPLAY=:0.0 exec /home/devi/scripts/bin/clipd -s 200 -f /home/devi/.clip_history |