7 lines
168 B
Bash
Executable File
7 lines
168 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# hyprctl switchxkblayout semico--usb-gaming-keyboard- next
|
|
|
|
hyprctl switchxkblayout current next
|
|
notify-send -r 13 "Keyboard" "Language changed!"
|