Last active
July 15, 2021 10:11
-
-
Save ob-ivan/ae102c37565afcd60840ff092ac19525 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://wiki.debian.org/XCompose | |
# https://help.ubuntu.com/community/ComposeKey | |
include "%L" | |
# status icons | |
<Multi_key> <bracketleft> <greater> : "▶️" U25B6 # Black Right-Pointing Triangle | |
<Multi_key> <Multi_key> <greater> : "▶️" U25B6 # Black Right-Pointing Triangle | |
<Multi_key> <bar> <bar> : "⏯" U23EF # Black Right-Pointing Triangle with Double Vertical Bar | |
<Multi_key> <bracketleft> <exclam> : "⚠️" U26A0 # Warning Sign | |
<Multi_key> <Multi_key> <exclam> : "⚠️" U26A0 # Warning Sign | |
# days of week | |
<Multi_key> <g> <e> <t> <u> : "月" | |
<Multi_key> <k> <a> : "火" | |
<Multi_key> <s> <u> <i> : "水" | |
<Multi_key> <m> <o> <k> <u> : "木" | |
<Multi_key> <k> <i> <n> : "金" | |
<Multi_key> <d> <o> : "土" | |
<Multi_key> <n> <i> <t> <i> : "日" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment