started hyprland keyboard layout switcher

This commit is contained in:
scbj
2025-10-01 13:30:26 +02:00
parent 1b20792877
commit 495cbd180a

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
function switch_kb_layout {
layouts="$(hyprctl devices -j | grep -iP '"layout"' -m 1)"
# TODO:
}