chore: Added more config files

This commit is contained in:
Afonso Franco 2022-10-14 14:01:46 +01:00
parent 00e95f6df9
commit 3cafdb0c71
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
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