diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-15 12:43:07 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-15 12:43:07 +0100 |
commit | 1eff745cc9e3e9772715f508c9d47b7ae8770a57 (patch) | |
tree | 2921a5b0d98bcbf83df5ed0310ea7f353936cd5a | |
parent | changed vifm to lf (diff) | |
download | dwm-1eff745cc9e3e9772715f508c9d47b7ae8770a57.tar.gz dwm-1eff745cc9e3e9772715f508c9d47b7ae8770a57.tar.bz2 dwm-1eff745cc9e3e9772715f508c9d47b7ae8770a57.tar.xz dwm-1eff745cc9e3e9772715f508c9d47b7ae8770a57.tar.zst dwm-1eff745cc9e3e9772715f508c9d47b7ae8770a57.zip |
Switched to lf
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ static const char *dmkillcmd[] = { "/home/jozan/.local/bin/dmkill", NULL }; static const char *dmsearchcmd[] = { "/home/jozan/.local/bin/dmsearch", NULL }; static const char *dmscrotcmd[] = { "/home/jozan/.local/bin/dmscrot", NULL }; static const char *dmlogcmd[] = { "/home/jozan/.local/bin/dmlog", NULL }; -static const char *filecmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/lf", NULL }; +static const char *filecmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/zsh", "-ic", "/usr/local/bin/lf", NULL }; static const char *editcmd[] = { "/usr/local/bin/emacsclient", "-c", NULL }; static const char *browsercmd[] = { "/usr/local/bin/firefox", "--kiosk", "https://start.duckduckgo.com/", NULL }; static const char *torbrocmd[] = { "/usr/local/bin/torify", "/usr/local/bin/firefox", "--kiosk", "https://start.duckduckgo.com/", NULL }; |