From 2ceb1116a3dcb9471d426d57a1a76b6a1a25fa6c Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 2 Apr 2025 16:10:16 -0400 Subject: Remove legacy X11 and general maintenance --- .config/lf/lfrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/lf/lfrc') diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 48a5d0d..5e2e6cb 100755 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -126,9 +126,9 @@ map N push :!touch map W $setsid -f $TERMINAL >/dev/null 2>&1 map Y $printf "%s" "$fx" | wl-copy -map E $dropbox-cli exclude add "$f" && notify-send -a " Dropbox" "Excluded $f from computer" +map E $maestral excluded add "$f" && notify-send -a " Dropbox" "Excluded $f from computer" map R $dropbox-restore "$f" -map S $dropbox-cli sharelink "$f" | wl-copy && notify-send -a " Dropbox" "Link copied to clipboard." +map S $maestral sharelink "$f" | wl-copy && notify-send -a " Dropbox" "Link copied to clipboard." # Source Bookmarks source "~/.config/lf/shortcuts" -- cgit v1.2.3