Added lfcd shortcut to sxhkd
This commit is contained in:
parent
525abf5357
commit
35a48bd258
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ super + Return
|
||||||
$TERMINAL
|
$TERMINAL
|
||||||
super + w
|
super + w
|
||||||
$BROWSER
|
$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
|
# Implementing basic control hotkeys
|
||||||
super + l
|
super + l
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue