5 lines
89 B
Bash
5 lines
89 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
(setxkbmap -query | grep -q "layout:\s\+us") && setxkbmap fi || setxkbmap us
|
||
|
|