diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-04-02 16:10:16 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-04-02 16:10:16 -0400 |
commit | 2ceb1116a3dcb9471d426d57a1a76b6a1a25fa6c (patch) | |
tree | fc97e434fdc5b65d60e2be610e46efc9633a5437 /.config/lf/lfrc | |
parent | 4ccdb6fb1f53bc6c799ece8c2f03a0fede093acd (diff) |
Diffstat (limited to '.config/lf/lfrc')
-rwxr-xr-x | .config/lf/lfrc | 4 |
1 files changed, 2 insertions, 2 deletions
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<space> 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" |