1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

Added scripts to control spotify

This commit is contained in:
J.Fernando Sánchez
2013-04-05 17:56:13 +02:00
parent 4c6e834e03
commit f66260435a
4 changed files with 534 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
TERMINAL_EMULATOR='xfce4-terminal'
TERMINAL_EMULATOR='urxvt'
tab=1
pgrep -l -u "$USER" -f "$TERMINAL_EMULATOR" | egrep -v "/bin/zsh|/bin/bash|/bin/sh" | grep -vq "$$"
if [ $? != "0" ]