You are not logged in.
Pages: 1
Hey! I installed arch and HyperLand today and got some problems with keyboard layouts. My current layout is US, but i want to add russian as well, so i can switch between them using some keybinding like alt + shift. I tried everything i could find in the web in two hours. thanks for any help!
Offline
First google hit for hyprland switch keyboard layout: https://wiki.hyprland.org/Configuring/U … rd-layouts
Offline
i read this article, but where do i put this code?
sorry for me being stupid
Offline
Probably some config file. Maybe sway? Or awesome?
https://wiki.hyprland.org/Configuring/C … -Hyprland/
Last edited by seth (2024-03-17 13:28:44)
Online
Put "input { kb_layout = us,ru kb_options = grp:alt_shift:toggle }" into hyprland.conf as said here:
but it didn't work ![]()
Offline
"hyprctl keyword input:kb_layout ru"
This works in terminal, but can i create a bind for that?
Offline
Yes: https://wiki.hyprland.org/Configuring/Binds/ there's also: https://wiki.hyprland.org/Configuring/U … hxkblayout
Last edited by V1del (2024-03-17 14:08:04)
Offline
i added bind "Win + x" to change to russian, but how do i change back? windows button is not working while on russian layout
Offline
Put "input { kb_layout = us,ru kb_options = grp:alt_shift:toggle }" into hyprland.conf as said here:
Did you omit the newline there as well?
Post the actual config you tried.
And jst to avoid the ultimate d'ohh - you did restart hyprland after editing the config?
Online
Pages: 1