nixos_config/util/toggle_xkb.xsh

4 lines
173 B
Text
Raw Permalink Normal View History

import re
_ = $(swaymsg input "type:keyboard" xkb_switch_layout next)
2025-12-04 15:40:58 +01:00
print("Layout: " + re.search(r'"xkb_active_layout_name": "(.+?)"', $(swaymsg -t get_inputs)).group(1))