From 11fa2387fb105690a6ac730032214608d40f1e7f Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 19 Oct 2019 21:44:49 -0700 Subject: [PATCH] removed pointless capture --- musicbg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/musicbg b/musicbg index 1db4e04..5992ca4 100755 --- a/musicbg +++ b/musicbg @@ -1,8 +1,7 @@ #!/bin/sh # for some reason this still kills all xwinwrap processes -proc=`pgrep xwinwrap | head -1` -kill -9 $proc +kill -9 `pgrep xwinwrap | head -1` # pick out the music video we want to play in the background base="$HOME/Videos/Music/"