chore: Added more config files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/zsh
|
||||
|
||||
if setxkbmap -query | grep layout | grep -q "us";
|
||||
then
|
||||
setxkbmap pt
|
||||
else
|
||||
setxkbmap us
|
||||
fi
|
||||
Reference in New Issue
Block a user