u
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user