From 021c919294d83e8610d1d2f99914a0b92523740c Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Tue, 9 Jul 2024 22:50:57 +0500 Subject: Toggle clipman on clipboard stream --- skype | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 skype (limited to 'skype') diff --git a/skype b/skype deleted file mode 100755 index 30890e0..0000000 --- a/skype +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -SCR="/usr/local/bin/skype-call-recorder" - -if [ -f "$SCR" ] ; then - if !(pgrep skype-call-reco >/dev/null 2>&1) ; then - "$SCR" & - fi -fi -PULSE_LATENCY_MSEC=30 exec /usr/bin/skype $* -- cgit v1.2.3