Last active
February 13, 2023 08:33
-
-
Save berdanakyurek/313c13ae4a6633aac41f5e3a2f53170e to your computer and use it in GitHub Desktop.
Update xkb settings using a github repo
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
# 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