files: lf: Fix send command
parent
b4749aeef6
commit
e8f0c30402
|
@ -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 -- "$@"
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue