From 1ff3cca860ea3bbcb882c0ceeaf837c5d71deb4d Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 27 Apr 2024 12:11:07 +0300 Subject: [PATCH] lf: map `w` for setting selected file as wallpaper --- config/.config/lf/lfrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/.config/lf/lfrc b/config/.config/lf/lfrc index 3c908b7..f07917d 100644 --- a/config/.config/lf/lfrc +++ b/config/.config/lf/lfrc @@ -32,3 +32,7 @@ map d delete map x cut map R reload + +map w ${{ + echo -n "$f" > ~/.config/.wallpaper +}}