kernel fuckery
This commit is contained in:
parent
0a11161655
commit
5e36fa1c4d
7 changed files with 45 additions and 27 deletions
2
util/get_xkb.xsh
Normal file
2
util/get_xkb.xsh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
import re
|
||||
print("Layout: " + re.search(r'"xkb_active_layout_name": "(.+?)"', $(swaymsg -t get_inputs)).group(1))
|
||||
Loading…
Add table
Add a link
Reference in a new issue