Created
March 12, 2021 01:24
-
-
Save xiaklizrum/da61a0bdeca73cc98f030182c85aeab4 to your computer and use it in GitHub Desktop.
Xmodmap mod buttons swap: left alt and super (option and command)
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
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