From 8d06917df748f961943870eb102d5f283737ce19 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Mon, 14 Aug 2023 03:02:26 +0300 Subject: Cleaned up the repository and patched boxdraw successfully. Changes to be committed: modified: Makefile new file: Makefile.orig deleted: boxdraw.c deleted: boxdraw_data.h modified: config.def.h.orig deleted: config.def.h.rej modified: st.c modified: st.c.orig deleted: st.c.rej modified: st.h modified: st.h.orig deleted: st.h.rej deleted: st.o modified: x.c modified: x.c.orig deleted: x.o --- config.def.h.rej | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 config.def.h.rej (limited to 'config.def.h.rej') diff --git a/config.def.h.rej b/config.def.h.rej deleted file mode 100644 index 7897b51..0000000 --- a/config.def.h.rej +++ /dev/null @@ -1,11 +0,0 @@ ---- config.def.h -+++ config.def.h -@@ -201,6 +201,8 @@ static Shortcut shortcuts[] = { - { TERMMOD, XK_Y, selpaste, {.i = 0} }, - { ShiftMask, XK_Insert, selpaste, {.i = 0} }, - { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, -+ { MODKEY, XK_l, copyurl, {.i = 0} }, -+ { MODKEY|ShiftMask, XK_L, copyurl, {.i = 1} }, - }; - - /* -- cgit v1.2.3