6 lines
75 B
Text
6 lines
75 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
KBD=$(/usr/bin/xkblayout-state print '%s')
|
||
|
echo $KBD
|
||
|
|