7 lines
126 B
Bash
7 lines
126 B
Bash
#!/usr/bin/env bash
|
|
|
|
function switch_kb_layout {
|
|
layouts="$(hyprctl devices -j | grep -iP '"layout"' -m 1)"
|
|
# TODO:
|
|
}
|