4 lines
89 B
Text
4 lines
89 B
Text
|
#!/bin/bash
|
||
|
layout=$(setxkbmap -query | grep -oP 'layout:\s*\K\w+')
|
||
|
echo "key: $layout "
|