Fixed shell in change-kb.sh
This commit is contained in:
parent
15efd0094e
commit
e198d0775a
1 changed files with 1 additions and 1 deletions
2
.config/xmonad/change-kb.sh
Normal file → Executable file
2
.config/xmonad/change-kb.sh
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/bin/zsh
|
||||
#!/bin/bash
|
||||
|
||||
if setxkbmap -query | grep layout | grep -q "us";
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue