Skip to content

Instantly share code, notes, and snippets.

@fzerorubigd
Created June 18, 2018 06:00
Show Gist options
  • Select an option

  • Save fzerorubigd/7f733a6395c4122e27e14dbc93a6613e to your computer and use it in GitHub Desktop.

Select an option

Save fzerorubigd/7f733a6395c4122e27e14dbc93a6613e to your computer and use it in GitHub Desktop.
#!/bin/bash
setxkbmap -option compose:menu
xmodmap -e "remove Lock = Caps_Lock" # Remove Caps Lock
xmodmap -e "keycode 66 = Multi_key" # Make the key into multykey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment