mirror of
https://github.com/JonasunderscoreJones/i3-dotfiles.git
synced 2025-10-23 07:59:19 +02:00
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
|
|
|