Last active
March 3, 2020 15:28
-
-
Save diegodorado/4b9c286fa426d370c8ef04f10db4a13a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
include "%L" | |
<Multi_key> <n> : "ñ" | |
<Multi_key> <Multi_key> <k> <i> <s> <s> : "💋" U1F48B # KISS MARK |
This file contains hidden or 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
#disable caps lock switch | |
xmodmap -e "clear lock" | |
#set caps_lock as escape | |
xmodmap -e "keysym Caps_Lock = Escape" | |
# right alt as compose key | |
setxkbmap -option compose:ralt |
This file contains hidden or 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
# install hid patched | |
yay hid apple | |
# look for aur/hid-apple-patched-git-dkms | |
# if warned, install the headers | |
yay linux xx headers | |
# for example,core/linux55-headers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment