mirror of
https://github.com/LukeSmithxyz/st.git
synced 2025-04-04 18:41:08 +02:00
changed keyboard select patch to modify config.h file instead of config.def.h
This commit is contained in:
parent
817b2d99c0
commit
7d441b6693
1 changed files with 3 additions and 3 deletions
|
@ -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
|
index 0e01717..021bcdd 100644
|
||||||
--- a/config.def.h
|
--- a/config.h
|
||||||
+++ b/config.def.h
|
+++ b/config.h
|
||||||
@@ -178,6 +178,7 @@ static Shortcut shortcuts[] = {
|
@@ -178,6 +178,7 @@ static Shortcut shortcuts[] = {
|
||||||
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
|
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
|
||||||
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
|
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
|
||||||
|
|
Loading…
Add table
Reference in a new issue