aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcmusPlay.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmusPlay.sh b/cmusPlay.sh
index cd2b364..2996651 100755
--- a/cmusPlay.sh
+++ b/cmusPlay.sh
@@ -1,7 +1,7 @@
#!/bin/bash
if ! pgrep -x cmus ; then
- urxvt -title floating -sh 20 -geometry "150x12+5-8" -cd ~/music -e cmus
+ urxvt -title floating -sh 20 -geometry "185x15+30-28" -cd ~/music -e cmus
else
cmus-remote -u
fi