From c970935f1731c638548d75a92fd98ad2e8bff74b Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Fri, 2 Aug 2019 16:27:41 +0200 Subject: update xcompose with custom symbols --- src/xcompose.patch | 15 +++++++++++++++ src/xcompose.sh | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 src/xcompose.patch diff --git a/src/xcompose.patch b/src/xcompose.patch new file mode 100644 index 0000000..ffde281 --- /dev/null +++ b/src/xcompose.patch @@ -0,0 +1,15 @@ +--- /home/astra/git/config/src/xcompose/dotXCompose 2019-07-30 18:44:14.420932441 +0200 ++++ /home/astra/.XCompose 2019-08-02 16:23:08.926313338 +0200 +@@ -748,8 +748,11 @@ + <3> : "❧" U2767 # ROTATED FLORAL HEART BULLET + <3> : "☙" U2619 # REVERSED ROTATED FLORAL HEART BULLET + : "☎" U260E # BLACK TELEPHONE +- : "☕" U2615 # HOT BEVERAGE ++ : "🍵" U1F375 # TEA + # These last two bother me less, though they can still be improved. ++ : "☕" U2615 # HOT BEVERAGE ++ : "🍋" U1F34B # LEMON ++

: "🍍" U1F34D # PINEAPPLE + # Other possibly useful symbols: + # 2668 HOT SPRINGS (for chat, for running off to shower?) + # I want 2713-2714 and 2717-2718 diff --git a/src/xcompose.sh b/src/xcompose.sh index ce713b9..ddffe09 100755 --- a/src/xcompose.sh +++ b/src/xcompose.sh @@ -8,3 +8,5 @@ diff -ur home/.XCompose src/xcompose/dotXCompose rm -f gen/.XCompose cp src/xcompose/dotXCompose gen/.XCompose + +patch gen/.XCompose src/xcompose.patch -- cgit v1.2.3