stability aquired

This commit is contained in:
alisceon 2025-12-04 15:40:58 +01:00
parent 78c1bdeab5
commit c4971ee746
4 changed files with 50 additions and 43 deletions

2
util/get_xkb.xonsh Normal file
View file

@ -0,0 +1,2 @@
import re
print("Layout: " + re.search(r'"xkb_active_layout_name": "(.+?)"', $(swaymsg -t get_inputs)).group(1))