From: Oleg Broytman Date: Tue, 30 May 2017 14:46:20 +0000 (+0300) Subject: Add scripts to handle start and end skype calls X-Git-Url: https://git.phdru.name/?p=IM.git;a=commitdiff_plain;h=54bb819038916787047c29f0a64e96382889f4b6 Add scripts to handle start and end skype calls Set status, kill/restart screen saver. --- diff --git a/skype-scripts/end-call b/skype-scripts/end-call new file mode 100755 index 0000000..7095fef --- /dev/null +++ b/skype-scripts/end-call @@ -0,0 +1,8 @@ +#! /bin/sh + +PATH="`dirname \"$0\"`"/..:$PATH +im-online + +cd "$HOME" +xset +dpms s on +xscreensaver & diff --git a/skype-scripts/start-call b/skype-scripts/start-call new file mode 100755 index 0000000..60cfdfd --- /dev/null +++ b/skype-scripts/start-call @@ -0,0 +1,7 @@ +#! /bin/sh + +PATH="`dirname \"$0\"`"/..:$PATH +im-phone + +(xscreensaver-command -exit +xset -dpms s off) &