removed pointless capture
This commit is contained in:
parent
765d7c777d
commit
11fa2387fb
3
musicbg
3
musicbg
@ -1,8 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# for some reason this still kills all xwinwrap processes
|
# for some reason this still kills all xwinwrap processes
|
||||||
proc=`pgrep xwinwrap | head -1`
|
kill -9 `pgrep xwinwrap | head -1`
|
||||||
kill -9 $proc
|
|
||||||
|
|
||||||
# pick out the music video we want to play in the background
|
# pick out the music video we want to play in the background
|
||||||
base="$HOME/Videos/Music/"
|
base="$HOME/Videos/Music/"
|
||||||
|
Loading…
Reference in New Issue
Block a user