diff --git a/.config/lf/lfrc b/.config/lf/lfrc index f12d9c75..33a3d17e 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -90,6 +90,14 @@ cmd copyto ${{ notify-send "📋 File(s) copied." "File(s) copies to $dest." }} +cmd chmod ${{ + clear; tput cup $(($(tput lines)/3)); tput bold + set -f + printf "Mode: " + read mod + chmod $mod $fx +}} + cmd setbg "$1" cmd bulkrename $vidir @@ -102,6 +110,7 @@ map D delete map E extract map C copyto map M moveto +map chmod map push :mkdir map reload map set hidden!