mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 17:38:45 +00:00
Add hyprstack config
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from hyprsocket import run_on_line
|
||||
|
||||
|
||||
def get_kb_layout(line):
|
||||
print(line)
|
||||
|
||||
|
||||
run_on_line(get_kb_layout)
|
||||
Reference in New Issue
Block a user