Files
dotfiles/scripts/hyprland-kb-layout-switcher.sh
2025-10-01 13:30:26 +02:00

7 lines
126 B
Bash

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