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
from telethon import TelegramClient | |
import time | |
# User specific values. | |
# | |
# You can get those three from my.telegram.org! | |
api_id = 1111111 | |
api_hash = 'API_HASH' | |
phone = '+111111111111' |
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 |