diff --git a/config.h b/config.h index 72105f6..2515e60 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 *termcmd[] = { "/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", "'vifm'", NULL }; +static const char *filebrowse[] = { "/usr/local/bin/st", "-e", "/usr/bin/vifmrun", NULL }; static const char *sharecmd[] = { "/usr/local/bin/st", "-c", "floating-term", "-g", "130x35", "-e", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/shr", NULL }; static const char *viewnote[] = { "/usr/local/bin/st", "-c", "floating-term", "-g", "130x35", "-e", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/viewnote", NULL }; static const char *takenote[] = { "bash", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/note", NULL }; diff --git a/dwm b/dwm index c52441c..07ecc1a 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 7ae75a3..2b0c908 100644 Binary files a/dwm.o and b/dwm.o differ