Skip to content

Instantly share code, notes, and snippets.

@joepreludian
Created January 18, 2022 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joepreludian/c32ba3cda5bcd244a7979c69f3308dc7 to your computer and use it in GitHub Desktop.
Save joepreludian/c32ba3cda5bcd244a7979c69f3308dc7 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/00-keyboard.conf - SWAP Caps lock with ESC on Xorg
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "br"
Option "XkbOptions" "caps:swapescape"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment