From 14e64e97597ad172c565b5a2bc51ade412a79eef Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 8 Sep 2024 06:43:22 +0200 Subject: xcompose: Fix broken bindings --- .config/X11/xcompose | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.config/X11/xcompose') diff --git a/.config/X11/xcompose b/.config/X11/xcompose index b677002..aa94496 100644 --- a/.config/X11/xcompose +++ b/.config/X11/xcompose @@ -36,7 +36,7 @@ # Propositional Logic : "∧" U2227 # [L]ogical [A]nd : "⇔" U21D4 # [L]ogical [E]quivalence - : "⇒" U212D # [L]ogical [I]mplication + : "⇒" U21D2 # [L]ogical [I]mplication : "¬" U00AC # [L]ogical [N]ot : "∨" U2228 # [L]ogical [O]r : "⊕" U2295 # [L]ogical [X]or @@ -54,12 +54,15 @@ : "×" multiply # Typographical Symbols - : "»" U00AB + : "»" U00BB : "«" U00AB : "←" U2190 : "→" U2192 : "—" U2014 : "–" U2013 + : "℃" U2103 + : "℉" U2109 + : "°" U00B0 # Latin Alphabet — Acute : "á" aacute @@ -356,6 +359,7 @@ : "ψ" U03C8 : "Ζ" U0396 : "ζ" U03B6 + : "ς" U03C2 # NOTE: Special case for final sigma # Superscript <0> : "⁰" U2070 -- cgit v1.2.3