Update install scripts

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-01-04 16:31:19 +01:00
parent f8c131b5f3
commit 64a5b09320
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 34 additions and 4 deletions

21
system/etc/logid.cfg Normal file
View file

@ -0,0 +1,21 @@
devices: (
{
name: "Wireless Mobile Mouse MX Anywhere 2S";
hiresscroll:
{
hires: false;
invert: false;
target: false;
};
buttons: (
{
cid: 0x53;
action =
{
type: "Keypress";
keys: ["KEY_LEFTSHIFT"];
};
},
);
}
);