From 35a48bd258dd8e96cbc74d83ccd49df929309e83 Mon Sep 17 00:00:00 2001 From: agryphus Date: Mon, 28 Aug 2023 17:26:49 -0400 Subject: [PATCH] Added lfcd shortcut to sxhkd --- .config/sxhkd/sxhkdrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index cf87259..25c29bc 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -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