files: lf: Fix send command

pull/3/head
Luis Guilherme Coelho 2024-02-19 17:36:18 -03:00
parent b4749aeef6
commit e8f0c30402
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
2 changed files with 7 additions and 3 deletions

View File

@ -44,10 +44,14 @@ cmd cd ${{
}}
# Share on telegram
cmd send %wmctrl -x -a Telegram.TelegramDesktop && telegram-desktop -sendpath $(readlink -f "$f")
cmd send ${{
wmctrl -x -a TelegramDesktop
telegram-desktop -sendpath \
$(for f in $fx; do readlink -f $f; done)
}}
# Open lf config
cmd config $$EDITOR "~/.config/lf/lfrc"
cmd config $$EDITOR "~/projects/code/scm/radix/files/lf/lfrc"
# mkdir with :mkdir
cmd mkdir %mkdir -- "$@"

View File

@ -124,7 +124,7 @@
#|vesion-control|# git
#|video |# ffmpeg mpv yt-dlp
#|wm |# awesome-next
#|xdisorg |# maim xbanish xclip xinit xsel
#|xdisorg |# maim wmctrl xbanish xclip xinit xsel
#|xorg |# setxkbmap xinput xf86-input-libinput xkill xmodmap
xorg-server xrdb xset))