diff --git a/scripts/hyprland-kb-layout-switcher.sh b/scripts/hyprland-kb-layout-switcher.sh new file mode 100644 index 0000000..1aa61e3 --- /dev/null +++ b/scripts/hyprland-kb-layout-switcher.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +function switch_kb_layout { + layouts="$(hyprctl devices -j | grep -iP '"layout"' -m 1)" + # TODO: +}