chore: Added more config files

This commit is contained in:
2022-10-14 14:01:46 +01:00
parent 00e95f6df9
commit 3cafdb0c71
13 changed files with 1557 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/zsh
if setxkbmap -query | grep layout | grep -q "us";
then
setxkbmap pt
else
setxkbmap us
fi