diff --git a/config.h b/config.h index 68c72b5..72105f6 100644 --- a/config.h +++ b/config.h @@ -24,7 +24,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "", "󰖟", "󰀄", "", "", "󰋩", "", "", "" }; +static const char *tags[] = { "", "󰖟", "󰀄", "", "", "󰋩", "", "", "" }; static const Rule rules[] = { /* xprop(1): @@ -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/bin/thunar", NULL }; +static const char *filebrowse[] = { "/usr/local/bin/st", "-e", "'vifm'", 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 69e22c4..c52441c 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 369480c..7ae75a3 100644 Binary files a/dwm.o and b/dwm.o differ