Skip to content

Instantly share code, notes, and snippets.

View cameronj86's full-sized avatar

Cameron Jackson cameronj86

View GitHub Profile
@cameronj86
cameronj86 / logid.cfg
Created April 3, 2025 15:45
Current LogiOps MX Master 3 config
// Logiops (Linux driver) configuration for Logitech MX Master 3.
// Includes gestures, smartshift, DPI.
// Tested on logid v0.3.3 - KDE 5.27.5 on Debian 12
// OUTSTANDING
// 1. Create down-button gestures for Obsidian
// What's working:
// 1. Window snapping using Gesture button (Thumb)
// Create a function called MakePerson which takes in name, birthday, ssn as its parameters and returns a new object with all of the information that you passed in.
function MakePerson(name, bday, ssn) {
var person = {};
person.name = name;
person.bday = bday;
person.ssn = ssn;
return person;
};