update keybinds
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
69ee00aac8
commit
99927d54b1
6
config.h
6
config.h
|
@ -109,11 +109,11 @@ static const Layout layouts[] = {
|
||||||
|
|
||||||
/* commands */
|
/* commands */
|
||||||
static const char *spqalc[] = { "q", "qalculate-gtk", NULL };
|
static const char *spqalc[] = { "q", "qalculate-gtk", NULL };
|
||||||
static const char *spterm[] = { "t", TERMINAL, "-n", "spterm", "-d", "~", NULL };
|
static const char *spterm[] = { "t", TERMINAL, "-n", "spterm", "-d", "~", "tmux", NULL };
|
||||||
static const char *splf[] = { "l", TERMINAL, "-n", "splf", "-d", "~", "-e", "lfub", NULL };
|
static const char *splf[] = { "l", TERMINAL, "-n", "splf", "-d", "~", "-e", "lf-sixel", NULL };
|
||||||
static const char *sphtop[] = { "h", TERMINAL, "-n", "sphtop", "-e", "htop", NULL };
|
static const char *sphtop[] = { "h", TERMINAL, "-n", "sphtop", "-e", "htop", NULL };
|
||||||
static const char *spmix[] = { "m", TERMINAL, "-n", "spmix", "-e", "pulsemixer", NULL };
|
static const char *spmix[] = { "m", TERMINAL, "-n", "spmix", "-e", "pulsemixer", NULL };
|
||||||
static const char *sphelp[] = { "n", TERMINAL, "-n", "sphelp", "-e", "/bin/sh", "-c", "lowdown -Tterm /usr/share/dwm/dwm.md | less", NULL };
|
static const char *sphelp[] = { "n", TERMINAL, "-n", "sphelp", "-e", "/bin/sh", "-c", "mdcat /usr/share/dwm/dwm.md | less", NULL };
|
||||||
static const char *spnmtui[] = { "i", TERMINAL, "-n", "spnmtui", "-e", "nmtui", NULL };
|
static const char *spnmtui[] = { "i", TERMINAL, "-n", "spnmtui", "-e", "nmtui", NULL };
|
||||||
static const char *spwiki[] = { "v", TERMINAL, "-n", "spwiki", "-e", "zk", "edit", "-i", NULL };
|
static const char *spwiki[] = { "v", TERMINAL, "-n", "spwiki", "-e", "zk", "edit", "-i", NULL };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue