Skip to content

Instantly share code, notes, and snippets.

@xiaklizrum
Created March 12, 2021 01:24
Show Gist options
  • Save xiaklizrum/da61a0bdeca73cc98f030182c85aeab4 to your computer and use it in GitHub Desktop.
Save xiaklizrum/da61a0bdeca73cc98f030182c85aeab4 to your computer and use it in GitHub Desktop.
Xmodmap mod buttons swap: left alt and super (option and command)
remove Mod1 = Alt_L
remove Mod4 = Super_L
keysym Alt_L = Super_L
keysym Super_L = Alt_L
add Mod1 = Alt_L
add Mod4 = Super_L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment