commit 12cdf6ce39c5670d144290481459f282b9016cea parent 49ed6616f84705bd6d606be1a17290c6bedbaf3a Author: Szymon Mikulicz <szymon.mikulicz@posteo.net> Date: Mon, 18 May 2020 15:12:15 +0200 cmus: disable geeqie integration Diffstat:
| M | cmus/.cmus/cmus-geeqie.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmus/.cmus/cmus-geeqie.sh b/cmus/.cmus/cmus-geeqie.sh @@ -22,7 +22,7 @@ if echo "$FLIST" | grep -i ".jpeg\|.png\|.jpg" &>/dev/null; then ART=$( echo "$FLIST" | grep -i ".png\|.jpg\|.jpeg" | head -n1 ) fi - geeqie -r File:"$ART" + #geeqie -r File:"$ART" else - geeqie -r File:"/home/shyman/.cmus/none.jpg" + #geeqie -r File:"/home/shyman/.cmus/none.jpg" fi