diff --git a/config.h b/config.h index 9f9b661..1fbc6fb 100644 --- a/config.h +++ b/config.h @@ -66,7 +66,7 @@ static const char *xcmd[] = { "pkill", "x", NULL }; static const char *mutecmd[] = { "pulsemixer", "--toggle-mute", NULL }; static const char *volcmd[] = { "st", "-e", "pulsemixer", NULL }; static const char *lockcmd[] = { "slock", NULL }; -static const char *filecmd[] = { "st", "-e", "lf", NULL }; +static const char *filecmd[] = { "st", "-e", "nnn", "-R", "d", NULL }; static const char *ffilecmd[] = { "st", "-n", "floating", "-e", "lf", NULL }; static const char *musiccmd[] = { "st", "-e", "ncmpcpp", NULL }; static const char *ssacmd[] = { "ssall", NULL }; diff --git a/drw.o b/drw.o new file mode 100644 index 0000000..db93e5e Binary files /dev/null and b/drw.o differ diff --git a/dwm b/dwm new file mode 100755 index 0000000..753a699 Binary files /dev/null and b/dwm differ diff --git a/dwm.o b/dwm.o new file mode 100644 index 0000000..5deb302 Binary files /dev/null and b/dwm.o differ diff --git a/util.o b/util.o new file mode 100644 index 0000000..59a0745 Binary files /dev/null and b/util.o differ