From 299bd436635cb1a4d7877bac50b482d32fccffe8 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 21 Nov 2020 12:26:44 +0530 Subject: lf with absolute path --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 83d7cec..ff3b079 100644 --- a/config.h +++ b/config.h @@ -68,7 +68,7 @@ Key keys[] = { { Super, XK_c, cmd("sensible-browser") }, { Super|ShiftMask, XK_c, cmd("sensible-private-browser") }, - { Super|ShiftMask, XK_f, cmd("sensible-terminal -d $(xcwd) -e lf") }, + { Super|ShiftMask, XK_f, cmd("sensible-terminal -d $(xcwd) -e ~/dev/go/bin/lf") }, // }}} // Menus {{{ -- cgit v1.3.1