Updated some keybinds so that they work

master
Ronald 6 years ago
parent 3fdd2bd15c
commit 7f5bece3d8

@ -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 };

Loading…
Cancel
Save