From 1d39e08012147afe3480c3604df100d6f3ac573b Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 21 Oct 2020 20:50:43 -0400 Subject: R popups won't get swallowed --- config.def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 6c2db1c..1a010b0 100644 --- a/config.def.h +++ b/config.def.h @@ -45,6 +45,7 @@ static const Rule rules[] = { { "dropdown",NULL, NULL, 0, 1, 1, 0, 0, -1 }, { "youtube", NULL, NULL, 0, 1, 1, 1, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 1, 0, 1, -1 }, /* xev */ + { "R_x11", NULL, NULL, 0, 0, 1, 0, 1, -1 }, /* R popup */ }; /* include functions */ @@ -84,7 +85,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_white, "-sb", col_cyan, "-sf", col_gray4, NULL }; -static const char *termcmd[] = { "st", NULL }; +/* static const char *termcmd[] = { "st", NULL }; */ #include "movestack.c" static Key keys[] = { @@ -175,6 +176,7 @@ static Signal signals[] = { { "fullscreen", fullscreen }, { "movestack", movestack }, { "tagmon", tagmon }, + { "swapmon", swapmon }, { "zoom", zoom }, { "view", view }, { "viewall", viewall }, -- cgit v1.2.3