Initial commit

This commit is contained in:
Alexander
2026-02-08 01:53:11 +03:00
commit 73088e39cd
145 changed files with 13671 additions and 0 deletions

3
ml4w/scripts/locale.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
layout=$(hyprctl devices | grep "active keymap" | awk '{print($3, $4)}' | sort | uniq | tail -n 1)
echo "$layout"