From b354bf34e617d114a3ac334fa1727fbf5f7fe1b0 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 6 Sep 2024 23:19:26 +0200 Subject: xcompose: Support the propositional logic operators --- .config/X11/xcompose | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to '.config/X11') diff --git a/.config/X11/xcompose b/.config/X11/xcompose index a93490c..b677002 100644 --- a/.config/X11/xcompose +++ b/.config/X11/xcompose @@ -20,6 +20,7 @@ # C ⋆ * The Greek letter ‘⋆’ # C _ ⋆ Subscript ‘⋆’ # C ^ ⋆ Superscript ‘⋆’ +# C l ⋆ Propositional logic operators # # Ligatures or other glyphs that are compose of multiple characters are # straight forwards. For example ‘C I J’ produces ‘IJ’. @@ -32,10 +33,16 @@ # NOTE: System config at /usr/share/X11/locale/en_US.UTF-8/Compose # +# Propositional Logic + : "∧" U2227 # [L]ogical [A]nd + : "⇔" U21D4 # [L]ogical [E]quivalence + : "⇒" U212D # [L]ogical [I]mplication + : "¬" U00AC # [L]ogical [N]ot + : "∨" U2228 # [L]ogical [O]r + : "⊕" U2295 # [L]ogical [X]or + # Math - : "∧" U2227 : "⋆" U22C6 - : "∨" U2228 : "≠" U2260 : "≥" U2265 : "≤" U2264 -- cgit v1.2.3