3 lines
84 B
Plaintext
3 lines
84 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
swaymsg -t get_inputs | jq '.[0].xkb_active_layout_name' | cut -d '"' -f2
|