mirror of
https://github.com/Rushilwiz/rice.git
synced 2025-06-07 18:26:05 -04:00
6 lines
75 B
Bash
Executable File
6 lines
75 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
KBD=$(/usr/bin/xkblayout-state print '%s')
|
|
echo $KBD
|
|
|