Skip to content

Conversation

antipovandr
Copy link

Connected via bluetooth. On Kubuntu 24.04.1. My config for example
devices: (
{
name: "MX Anywhere 3S";
smartshift:
{
on: true;
threshold: 20;
};
hiresscroll:
{
hires: false;
invert: false;
target: false;
};
dpi: 1500;
buttons: (
{
cid: 0xc4;
action =
{
type: "Gestures";
gestures: (
{
direction: "Up";
mode: "OnRelease";
action =
{
type: "Keypress";
keys: ["KEY_VOLUMEUP"];
};
},
{
direction: "Down";
mode: "OnRelease";
action =
{
type: "Keypress";
keys: ["KEY_VOLUMEDOWN"];
};
},
{
direction: "Left";
mode: "OnInterval";
interval: 50;
action =
{
type: "Keypress";
keys: ["KEY_VOLUMEDOWN"];
};
},
{
direction: "Right";
mode: "OnInterval";
interval: 50;
action =
{
type: "Keypress";
keys: ["KEY_VOLUMEUP"];
}
},
{
direction: "None";
mode: "OnRelease";
action =
{
type: "Keypress";
keys: ["KEY_PLAYPAUSE"];
}
}
);
};
},
{
cid: 0x53;
action =
{
type: "Keypress";
keys: ["KEY_LEFTCTRL", "KEY_W"];
};
},
{
cid: 0x56;
action =
{
type: "Keypress";
keys: ["KEY_LEFTALT", "KEY_F4"];
};
});
});

@Veetrill
Copy link

Veetrill commented Mar 10, 2025

I have MX Anywhere 3S connected via Bluetooth too, can confirm it works on Arch Linux with the aforementioned config 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants