dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 75b99a96fc0b369518d12487c9cb4ec2d5e7dacf
parent 23b43f5d860eb4a5dfa5315d7cc5a1db5ae46bc9
Author: Ashymad <czilukim@o2.pl>
Date:   Mon,  8 Jan 2018 11:15:06 +0100

Do not focus geeqie on remote

Diffstat:
M.cmus/cmus-geeqie.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.cmus/cmus-geeqie.sh b/.cmus/cmus-geeqie.sh @@ -23,8 +23,8 @@ if echo "$FLIST" | grep -i ".jpeg\|.png\|.jpg" &>/dev/null; then # '200x200' is the window size for the artwork. '+1160+546' is the offset. # For example, if you want a 250 by 250 window on the bottom right hand corner of a 1920 by 1080 screen: "250x250+1670+830" - geeqie -r "$ART" + geeqie -r File:"$ART" else - geeqie -r "/home/shyman/.cmus/none.jpg" + geeqie -r File:"/home/shyman/.cmus/none.jpg" exit fi