mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 09:28:45 +00:00
11 lines
130 B
Python
11 lines
130 B
Python
#!/usr/bin/env python
|
|
|
|
from hyprsocket import run_on_line
|
|
|
|
|
|
def get_kb_layout(line):
|
|
print(line)
|
|
|
|
|
|
run_on_line(get_kb_layout)
|