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