From e928b366fe3c1b22ef3b7779a8d7f86be809b0db Mon Sep 17 00:00:00 2001 From: Chexier Date: Sun, 6 Sep 2020 01:48:48 -0300 Subject: [PATCH] Fix setting backgrounds in lf File names with spaces could not be set as the wallpaper in lf. This commit fixes it by adding double quotation marks. --- .config/lf/lfrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 904cbf25..8936c4b6 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -85,7 +85,7 @@ map I push A # at the very beginning map i push A # before extention map a push A # after extention map B bulkrename -map b $setbg $f +map b $setbg "$f" map down map up