3 lines
115 B
Bash
3 lines
115 B
Bash
#!/bin/sh
|
|
swaymsg -t get_inputs | jq '"⌨ "+map(select(has("xkb_active_layout_name")))[0].xkb_active_layout_name'
|