summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2019-08-02 16:27:41 +0200
committerDavid Kaufmann <astra@ionic.at>2019-08-02 16:27:41 +0200
commitc970935f1731c638548d75a92fd98ad2e8bff74b (patch)
tree47a69b3a855f2d1c824fac7d41a71e499ba5ca86 /src
parentab36b16e10fcd8ed918c1a23bea9a57339166796 (diff)
downloadconfig-c970935f1731c638548d75a92fd98ad2e8bff74b.tar.gz
update xcompose with custom symbols
Diffstat (limited to 'src')
-rw-r--r--src/xcompose.patch15
-rwxr-xr-xsrc/xcompose.sh2
2 files changed, 17 insertions, 0 deletions
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 @@
+ <Multi_key> <Left> <f> <less> <3> : "❧" U2767 # ROTATED FLORAL HEART BULLET
+ <Multi_key> <Right> <f> <less> <3> : "☙" U2619 # REVERSED ROTATED FLORAL HEART BULLET
+ <Multi_key> <Multi_key> <t> <e> <l> : "☎" U260E # BLACK TELEPHONE
+-<Multi_key> <Multi_key> <t> <e> <a> : "☕" U2615 # HOT BEVERAGE
++<Multi_key> <Multi_key> <t> <e> <a> : "🍵" U1F375 # TEA
+ # These last two bother me less, though they can still be improved.
++<Multi_key> <Multi_key> <c> <o> <f> <f> <e> <e> : "☕" U2615 # HOT BEVERAGE
++<Multi_key> <Multi_key> <l> <e> <m> <o> <n> : "🍋" U1F34B # LEMON
++<Multi_key> <Multi_key> <p> <i> <n> <e> : "🍍" 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