changed keyboard select patch to modify config.h file instead of config.def.h

This commit is contained in:
Zachary Schlitt 2019-10-04 14:56:45 -05:00
parent 817b2d99c0
commit 7d441b6693

View file

@ -1,7 +1,7 @@
diff --git a/config.def.h b/config.def.h
diff --git a/config.h b/config.h
index 0e01717..021bcdd 100644
--- a/config.def.h
+++ b/config.def.h
--- a/config.h
+++ b/config.h
@@ -178,6 +178,7 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },