Skip to content

Instantly share code, notes, and snippets.

@diegodorado
Last active March 3, 2020 15:28
Show Gist options
  • Save diegodorado/4b9c286fa426d370c8ef04f10db4a13a to your computer and use it in GitHub Desktop.
Save diegodorado/4b9c286fa426d370c8ef04f10db4a13a to your computer and use it in GitHub Desktop.
include "%L"
<Multi_key> <n> : "ñ"
<Multi_key> <Multi_key> <k> <i> <s> <s> : "💋" U1F48B # KISS MARK
#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
# 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