diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2025-11-05 20:31:44 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2025-11-05 20:31:44 +0100 |
| commit | 9bde46ecfb069c0b469ecb7e316f12067f9b3682 (patch) | |
| tree | a5d8c404469851b0418afe53c1de48e969367ecd | |
| parent | 7c8ec4add2b8dd9a361973e4cfee362d1961c1eb (diff) | |
xcompose: Add terminating newline
| -rw-r--r-- | .config/X11/xcompose | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/X11/xcompose b/.config/X11/xcompose index 4346e5a..4ed82bd 100644 --- a/.config/X11/xcompose +++ b/.config/X11/xcompose @@ -491,4 +491,5 @@ <Multi_key> <underscore> <t> : "ₜ" <Multi_key> <underscore> <u> : "ᵤ" <Multi_key> <underscore> <v> : "ᵥ" -<Multi_key> <underscore> <x> : "ₓ"
\ No newline at end of file +<Multi_key> <underscore> <x> : "ₓ" + |