From 085151e523428382b4d93be3c7260b7de63e1fa4 Mon Sep 17 00:00:00 2001 From: TitanE Date: Sat, 6 Apr 2024 02:25:30 +0300 Subject: [PATCH] changing file browse program --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index fb47e26..8fd82bd 100644 --- a/config.h +++ b/config.h @@ -69,7 +69,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-c", "-g", "4", "-l", "15", "-m" static const char *terminal[] = { "/usr/local/bin/st", NULL }; static const char *browsecmd[] = { "/usr/bin/librewolf", "-p", "browsing", NULL }; static const char *acccmd[] = { "/usr/bin/librewolf", "-p", "accounts", NULL }; -static const char *filebrowse[] = { "/usr/local/bin/st", "-e", "/usr/bin/vifmrun", NULL }; +static const char *filebrowse[] = { "/usr/bin/thunar", NULL }; static const char *bmcmd[] = { "bash", "/home/sufyaan/docs/sys/gits/personal/dots/scripts/system/bookmarks", "bm", NULL }; static const char *cmdcmd[] = { "bash", "/home/sufyaan/docs/sys/gits/personal/dots/scripts/system/bookmarks", "cmd", NULL }; static const char *volup[] = { "bash", "/home/sufyaan/docs/sys/gits/personal/dots/scripts/system/volume", "up", "nord", NULL };