diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-03-08 20:29:26 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-03-08 20:29:26 +0100 |
commit | 4e55700c2d1a14ddfb6fa11f51ddc1a483e590d9 (patch) | |
tree | 4a7084301c71f42cd869205746f3ec46c9204e31 /.config/X11 | |
parent | 6ee775e8608b9a8756cf4c4af0f2ac6fb29031d2 (diff) |
xcompose: Formatting
Diffstat (limited to '.config/X11')
-rw-r--r-- | .config/X11/xcompose | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/.config/X11/xcompose b/.config/X11/xcompose index 1466dbd..6a330fe 100644 --- a/.config/X11/xcompose +++ b/.config/X11/xcompose @@ -3,24 +3,24 @@ # ‘C X’ means ‘Compose + X’ # U+22C6 STAR OPERATOR (‘⋆’) represents an arbitrary key # -# C ⋆ ' A letter with an acute (á) -# C ⋆ u A letter with a breve (ă) -# C ⋆ v A letter with a caron (ǎ) -# C ⋆ , A letter with a cedilla (ç) -# C ⋆ ^ A letter with a circumflex (â) -# C ⋆ : A letter with a diaeresis (ä) -# C ⋆ . A letter with a dot (ġ) -# C ⋆ " A letter with a double-acute (ő) -# C ⋆ ` A letter with a grave (à) -# C ⋆ - A letter with a macron (ā) -# C ⋆ ; A letter with an ogonek (ą) -# C ⋆ o A letter with a ring (å) +# C ⋆ ' A letter with an acute (á) +# C ⋆ u A letter with a breve (ă) +# C ⋆ v A letter with a caron (ǎ) +# C ⋆ , A letter with a cedilla (ç) +# C ⋆ ^ A letter with a circumflex (â) +# C ⋆ : A letter with a diaeresis (ä) +# C ⋆ . A letter with a dot (ġ) +# C ⋆ " A letter with a double-acute (ő) +# C ⋆ ` A letter with a grave (à) +# C ⋆ - A letter with a macron (ā) +# C ⋆ ; A letter with an ogonek (ą) +# C ⋆ o A letter with a ring (å) # C ⋆ / A letter with a slash or strikethrough (ø) -# C ⋆ ~ A letter with a tilde (ã) -# C ⋆ * The Greek letter ‘⋆’ (α) -# C _ ⋆ Subscript ‘⋆’ (₁) -# C ^ ⋆ Superscript ‘⋆’ (¹) -# C l ⋆ Propositional logic operators (⇒) +# C ⋆ ~ A letter with a tilde (ã) +# 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’. |