hyprland: add russian, capslock ctrl
This commit is contained in:
parent
b458408f12
commit
6b416ec8dd
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ in {
|
||||||
|
|
||||||
# Input settings
|
# Input settings
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "de,us";
|
kb_layout = "de,ru";
|
||||||
kb_variant = ",colemak_dh_wide";
|
kb_variant = ",phonetic_winkeys";
|
||||||
kb_options = "grp:rctrl_rshift_toggle";
|
kb_options = "grp:rctrl_rshift_toggle ctrl:nocaps";
|
||||||
|
|
||||||
follow_mouse = true;
|
follow_mouse = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue