dwm update

This commit is contained in:
inigoortega 2020-03-29 16:55:44 +02:00
parent 010ed1c4fd
commit 23b67a5ac9
3 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char *termcmd[] = { "st", NULL };
static const char *termcmd[] = { "tabbed -c -r 2 st -w ''", NULL };
static Key keys[] = {
/* modifier key function argument */

View File

@ -73,7 +73,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char *termcmd[] = { "st", NULL };
static const char *termcmd[] = { "tabbed -c -r 2 st -w ''", NULL };
static Key keys[] = {
/* modifier key function argument */

Binary file not shown.