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