diff options
Diffstat (limited to '.config/X11/xcompose')
| -rw-r--r-- | .config/X11/xcompose | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/X11/xcompose b/.config/X11/xcompose index 4346e5a..8141415 100644 --- a/.config/X11/xcompose +++ b/.config/X11/xcompose @@ -54,6 +54,8 @@ <Multi_key> <x> <x> : "×" # Typographical Symbols +<Multi_key> <greater> <period> : "›" +<Multi_key> <less> <period> : "‹" <Multi_key> <greater> <greater> : "»" <Multi_key> <less> <less> : "«" <Multi_key> <less> <minus> : "←" @@ -491,4 +493,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> : "ₓ" + |