chore: Added more config files
This commit is contained in:
8
.config/xmonad/change-kb.sh
Normal file
8
.config/xmonad/change-kb.sh
Normal file
@@ -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