From 495cbd180adc60a3a710b1948d365894b892250d Mon Sep 17 00:00:00 2001 From: scbj Date: Wed, 1 Oct 2025 13:30:26 +0200 Subject: [PATCH] started hyprland keyboard layout switcher --- scripts/hyprland-kb-layout-switcher.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hyprland-kb-layout-switcher.sh 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: +}