From 7f5bece3d8725c28710bf28a77ecf38c9c0033b9 Mon Sep 17 00:00:00 2001 From: Ronald Date: Sat, 30 May 2020 10:21:39 +0100 Subject: [PATCH] Updated some keybinds so that they work --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index d132c3a..14eb389 100644 --- a/config.h +++ b/config.h @@ -68,8 +68,8 @@ 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", "nnn", "-", "R", "d", NULL }; -static const char *ffilecmd[] = { "st", "-n", "floating", "-e", "nnn", "-", "R", "d", NULL }; +static const char *filecmd[] = { "st", "-e", "nnn", "-Rd", NULL }; +static const char *ffilecmd[] = { "st", "-n", "floating", "-e", "nnn" "-Rd", NULL }; static const char *musiccmd[] = { "st", "-e", "ncmpcpp", NULL }; static const char *ssacmd[] = { "ssall", NULL }; static const char *ssscmd[] = { "ssselection", NULL };