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