compose:caps
This commit is contained in:
parent
866ac6428a
commit
ed8b506695
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ in
|
||||||
{ command = "floating enable"; criteria = { app_id = "launcher"; }; }
|
{ command = "floating enable"; criteria = { app_id = "launcher"; }; }
|
||||||
];
|
];
|
||||||
input = {
|
input = {
|
||||||
"type:keyboard" = { xkb_layout = "us"; xkb_variant = "altgr-intl"; xkb_numlock = "enabled"; };
|
"type:keyboard" = { xkb_layout = "us"; xkb_variant = "altgr-intl"; xkb_numlock = "enabled"; xkb_options = "compose:caps"; };
|
||||||
"type:touchpad" = { drag = "enabled"; dwt = "enabled"; scroll_method = "two_finger"; tap = "enabled"; };
|
"type:touchpad" = { drag = "enabled"; dwt = "enabled"; scroll_method = "two_finger"; tap = "enabled"; };
|
||||||
};
|
};
|
||||||
modes = { }; # Unset default "resize" mode
|
modes = { }; # Unset default "resize" mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue