This commit is contained in:
committer@tuxwarrior
2026-03-11 05:19:58 -05:00
parent 971d302e6a
commit 9a5c76188e

View File

@@ -11,4 +11,4 @@
# Cuts the first two characters (e.g., us, de) and converts them to uppercase. # Cuts the first two characters (e.g., us, de) and converts them to uppercase.
# ------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------
hyprctl devices -j | jq -r '.keyboards[] | select(.main == true) | .active_keymap' | cut -c1-2 | tr 'a-z' 'A-Z' hyprctl devices -j | jq -r '.keyboards[] | select(.main == true) | .active_keymap' | cut -c1-2 | tr 'a-z' 'A-Z'