fixed config.h portion of keyboard select patch file

- matching line number
- matching contents
This commit is contained in:
Zachary Schlitt 2019-10-06 23:50:02 -05:00
parent 7d441b6693
commit 88e187933a

View file

@ -2,14 +2,11 @@ diff --git a/config.h b/config.h
index 0e01717..021bcdd 100644 index 0e01717..021bcdd 100644
--- a/config.h --- a/config.h
+++ b/config.h +++ b/config.h
@@ -178,6 +178,7 @@ static Shortcut shortcuts[] = { @@ -225,3 +225,4 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Y, selpaste, {.i = 0} }, /* mask keysym function argument */
{ ShiftMask, XK_Insert, selpaste, {.i = 0} }, { XK_ANY_MOD, XK_Break, sendbreak, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, { ControlMask, XK_Print, toggleprinter, {.i = 0} },
+ { TERMMOD, XK_Escape, keyboard_select,{ 0 } }, + { TERMMOD, XK_Escape, keyboard_select,{ 0 } },
};
/*
diff --git a/st.c b/st.c diff --git a/st.c b/st.c
index b8e6077..1ad0f22 100644 index b8e6077..1ad0f22 100644
--- a/st.c --- a/st.c