Added lfcd shortcut to sxhkd

This commit is contained in:
agryphus 2023-08-28 17:26:49 -04:00
parent 525abf5357
commit 35a48bd258

View file

@ -22,6 +22,8 @@ super + Return
$TERMINAL
super + w
$BROWSER
super + e
$TERMINAL -t "lf" -e $SHELL -c 'tmp="$(mktemp)" && command lf -last-dir-path="$tmp" "$@" && test -f "$tmp" && dir="$(command cat "$tmp")" && rm -f "$tmp" && test -d "$dir" && cd "$dir" && exec $SHELL'
# Implementing basic control hotkeys
super + l