sway: Disable mouse acceleration
This commit is contained in:
parent
75fd1eaadb
commit
a0672fba27
|
@ -13,7 +13,9 @@ in
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
"type:keyboard" = { xkb_layout = "eu"; };
|
"type:keyboard" = { xkb_layout = "eu"; };
|
||||||
|
"type:mouse" = { pointer_accel = "-1"; };
|
||||||
"1:1:AT_Translated_Set_2_keyboard" = {
|
"1:1:AT_Translated_Set_2_keyboard" = {
|
||||||
|
# Remap borken ctrl key on internal keyboard
|
||||||
xkb_options = "caps:ctrl_modifier";
|
xkb_options = "caps:ctrl_modifier";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue