adjust mouse config

This commit is contained in:
Yan Lin 2025-11-29 17:40:26 +01:00
parent d6b58e7e83
commit f5fff0f4c3

View file

@ -17,12 +17,15 @@
};
};
pointer = {
disableAcceleration = true;
acceleration = 0;
speed = 0.6;
};
buttons = {
mappings = [
{ button = 3; action = "appExpose"; }
{ button = 4; action = "missionControl"; }
{ scroll = "left"; action = { keyPress = [ "leftArrow" ]; }; }
{ scroll = "right"; action = { keyPress = [ "rightArrow" ]; }; }
];
};
}