sway: Disable mouse acceleration

This commit is contained in:
fleaz 2022-03-21 17:46:45 +01:00
parent 75fd1eaadb
commit a0672fba27
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -13,7 +13,9 @@ in
input = {
"type:keyboard" = { xkb_layout = "eu"; };
"type:mouse" = { pointer_accel = "-1"; };
"1:1:AT_Translated_Set_2_keyboard" = {
# Remap borken ctrl key on internal keyboard
xkb_options = "caps:ctrl_modifier";
};
};