summaryrefslogtreecommitdiff
path: root/.config/lf/lfrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/lf/lfrc')
-rwxr-xr-x.config/lf/lfrc3
1 files changed, 2 insertions, 1 deletions
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<space>
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"