diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-03-20 16:25:41 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-03-20 16:25:59 +0100 |
commit | 02029aad51764b80a9b486569261ca5fb7048b38 (patch) | |
tree | a4c1958a06bbec3d5d13067667f2cf73b5dfbda1 | |
parent | 1bfac842cc193517c215a0fb5f9f129519d95a8a (diff) | |
download | scripts-02029aad51764b80a9b486569261ca5fb7048b38.tar.gz scripts-02029aad51764b80a9b486569261ca5fb7048b38.zip |
Changed default window geometry.
-rwxr-xr-x | cmusPlay.sh | 2 |
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 |