aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 123abc7..c199723 100644
--- a/config.h
+++ b/config.h
@@ -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 };