stability aquired
This commit is contained in:
parent
78c1bdeab5
commit
c4971ee746
4 changed files with 50 additions and 43 deletions
2
util/get_xkb.xonsh
Normal file
2
util/get_xkb.xonsh
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