home/sway: use correct sway syntax for input device type config
This commit is contained in:
parent
de7f060142
commit
ddb76ace37
@ -47,7 +47,7 @@
|
|||||||
input = {
|
input = {
|
||||||
"type:keyboard" = { repeat_delay = "150"; };
|
"type:keyboard" = { repeat_delay = "150"; };
|
||||||
"type:keyboard" = { repeat_rate = "70"; };
|
"type:keyboard" = { repeat_rate = "70"; };
|
||||||
"*TouchPad" = { tap = "enabled"; };
|
"type:touchpad" = { tap = "enabled"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
bars = [
|
bars = [
|
||||||
|
Loading…
Reference in New Issue
Block a user