From 54bb819038916787047c29f0a64e96382889f4b6 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 30 May 2017 17:46:20 +0300 Subject: [PATCH] Add scripts to handle start and end skype calls Set status, kill/restart screen saver. --- skype-scripts/end-call | 8 ++++++++ skype-scripts/start-call | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100755 skype-scripts/end-call create mode 100755 skype-scripts/start-call 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) & -- 2.39.2