diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-11-21 12:26:44 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-11-21 12:26:44 +0530 |
| commit | 299bd436635cb1a4d7877bac50b482d32fccffe8 (patch) | |
| tree | 247041206db6563b9fdbe73f035f2ad3413a4699 /config.h | |
| parent | 9aa9bd23e420b64392e134732f392fa1994db75f (diff) | |
| download | shotkey-299bd436635cb1a4d7877bac50b482d32fccffe8.tar.gz shotkey-299bd436635cb1a4d7877bac50b482d32fccffe8.zip | |
lf with absolute path
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 {{{ |
