From 61e7324e6692b155b6dd1d450ff431582c1fc57b Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 20 Jan 2024 14:12:01 -0500 Subject: Aliasrc has similar format to shortcutrc --- .config/lf/lfrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/lf/lfrc') diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 93c9029..c1353e0 100755 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -142,7 +142,8 @@ map V push :!nvim map W $setsid -f $TERMINAL >/dev/null 2>&1 map Y $printf "%s" "$fx" | xclip -selection clipboard -map E $dropbox-cli exclude add "%s" | notify-send "Dropbox" "Excluded %s from syncing." +map E $dropbox-cli exclude add "$f" && notify-send -a " Dropbox" "Excluded $f from computer" +map S $dropbox-cli sharelink "$f" | xsel -b && notify-send -a " Dropbox" "Link copied to clipboard." # Source Bookmarks source "~/.config/lf/shortcuts" -- cgit v1.2.3