fix xkb issues, change espanso formatting

This commit is contained in:
alisceon 2026-03-13 20:04:46 +01:00
parent ef0ae94080
commit a100acda87
4 changed files with 18 additions and 15 deletions

View file

@ -1,2 +1,4 @@
import re
import re
_ = $(swaymsg input "type:keyboard" xkb_switch_layout next)
print("Layout: " + re.search(r'"xkb_active_layout_name": "(.+?)"', $(swaymsg -t get_inputs)).group(1))