hyprland/settings.nix: switch to us layout, add compose:102
This commit is contained in:
parent
7e17fd9893
commit
0b4b1124be
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@ in {
|
|||
|
||||
# Input settings
|
||||
input = {
|
||||
kb_layout = "gb,ru,de";
|
||||
kb_layout = "us,ru,de";
|
||||
kb_variant = ",phonetic_winkeys,";
|
||||
kb_options = "grp:rctrl_rshift_toggle, caps:escape";
|
||||
kb_options = "grp:rctrl_rshift_toggle, caps:escape, compose:102";
|
||||
|
||||
follow_mouse = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue