kernel fuckery

This commit is contained in:
alisceon 2025-12-07 12:36:40 +01:00
parent 0a11161655
commit 5e36fa1c4d
7 changed files with 45 additions and 27 deletions

2
util/get_xkb.xsh 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))