Skip to content

Instantly share code, notes, and snippets.

@berdanakyurek
Last active February 13, 2023 08:33
Show Gist options
  • Save berdanakyurek/313c13ae4a6633aac41f5e3a2f53170e to your computer and use it in GitHub Desktop.
Save berdanakyurek/313c13ae4a6633aac41f5e3a2f53170e to your computer and use it in GitHub Desktop.
Update xkb settings using a github repo
# Run with sudo
cd /usr/share/X11/xkb
rm -rf *
rm -rf .git
git init
git remote add origin [email protected]:berdanakyurek/x11-keyboard-configuration.git
git pull origin main
setxkbmap -layout us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment