From 5e259b841fec800e0deeebd366b6fb2c9b1ff271 Mon Sep 17 00:00:00 2001 From: Quinn Date: Tue, 18 Nov 2025 12:45:02 +0100 Subject: [PATCH] add indentical to sybol to xcompose --- .XCompose | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.XCompose b/.XCompose index e3a100a..b80a5be 100644 --- a/.XCompose +++ b/.XCompose @@ -53,7 +53,7 @@ include "%L"

: "Ψ" U03A8 # GREEK CAPITAL LETTER PSI : "Ω" U03A9 # GREEK CAPITAL LETTER OMEGA -# misc mathematical symbols +# misc mathematical/scientific symbols : "∫" U222B # INTEGRAL : "√" U221A # SQUARE ROOT : "≈" U2248 # ALMOST EQUAL TO @@ -63,6 +63,7 @@ include "%L" : "⌉" U2309 # RIGHT CEILING : "⌊" U230A # LEFT FLOOR : "⌋" U230B # RIGHT FLOOR + : "≡" U2261 # IDENTICAL TO # superscript <2> : "²" U00B2 # SUPERSCRIPT TWO