Kaynağa Gözat

Add secure skype command that includes pulseaudio

Andrew Swistak 11 yıl önce
ebeveyn
işleme
20de33b527
2 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. 6 0
      bin/pskype
  2. 1 1
      config/openbox/menu.xml

+ 6 - 0
bin/pskype

@@ -0,0 +1,6 @@
+#!/bin/bash
+
+pulseaudio --start
+trap 'pulseaudio -k' EXIT
+
+sskype

+ 1 - 1
config/openbox/menu.xml

@@ -93,7 +93,7 @@
 <menu id="apps-that-thing-i-dislike-menu" label="Communication">
   <item label="Skype">
     <action name="Execute">
-      <command>sskype</command>
+      <command>~/Documents/dotfiles/bin/pskype</command>
       <startupnotify>
         <enabled>yes</enabled>
       </startupnotify>