aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-11-21 12:26:44 +0530
committerAkshay Nair <phenax5@gmail.com>2020-11-21 12:26:44 +0530
commit299bd436635cb1a4d7877bac50b482d32fccffe8 (patch)
tree247041206db6563b9fdbe73f035f2ad3413a4699 /config.h
parent9aa9bd23e420b64392e134732f392fa1994db75f (diff)
downloadshotkey-299bd436635cb1a4d7877bac50b482d32fccffe8.tar.gz
shotkey-299bd436635cb1a4d7877bac50b482d32fccffe8.zip
lf with absolute path
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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 {{{