mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-07-30 21:02:50 +02:00
10 lines
No EOL
218 B
Bash
Executable file
10 lines
No EOL
218 B
Bash
Executable file
#!/bin/bash
|
|
|
|
hyprctl \
|
|
--batch "$(
|
|
hyprctl devices -j |
|
|
jq -r '.keyboards[] | .name' |
|
|
while IFS= read -r keyboard; do
|
|
printf '%s %s %s;' 'switchxkblayout' "${keyboard}" 'next'
|
|
done
|
|
)" |