diff options
Diffstat (limited to 'config.h.rej')
-rw-r--r-- | config.h.rej | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h.rej b/config.h.rej new file mode 100644 index 0000000..a0f37e5 --- /dev/null +++ b/config.h.rej @@ -0,0 +1,10 @@ +--- config.def.h ++++ config.def.h +@@ -58,6 +58,7 @@ static const Layout layouts[] = { + 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 *layoutmenu_cmd = "layoutmenu.sh"; + + static Key keys[] = { + /* modifier key function argument */ |