diff options
-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 }; |